Model Inspectors

Identifier:
org.eclipse.jet.modelInspectors

Since:
1.0

Description:
Define 'inspectors' which enable the JET XPath engine to interpret loaded Java objects as XPath nodes. An inspector is an object that adapts objects to the XPath information model. Each inspector identifies the types of objects that it is capable of adapting, and will be handed objects only of those types (or subtypes).

Configuration Markup:

<!ELEMENT extension (inspector*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT inspector (inspects+)>

<!ATTLIST inspector

class CDATA #REQUIRED

>

Defines an inspector.



<!ELEMENT inspects EMPTY>

<!ATTLIST inspects

class CDATA #REQUIRED

>

Identifies a class for which the inspector can provide information.



Examples:
See plugin.xml in plug-in org.eclipse.jet

Supplied Implementation:
Not applicable.


Copyright (c) 2005, 2010 IBM Corporation and others.