Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

Model Inspectors

org.eclipse.jet.modelInspectors

1.0

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).

<!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.


  • class - The class that implements the inspector. Must implement org.eclipse.jet.xpath.inspector.INodeInspector. May implement IElementInspector and/or INodeInspectorExtension1.

<!ELEMENT inspects EMPTY>

<!ATTLIST inspects

class CDATA #REQUIRED>

Identifies a class for which the inspector can provide information.


  • class - The fully qualified name of a class.

[Enter extension point usage example here.]

The class org.eclipse.jet.xpath.inspector.InspectorManager finds the inspector that best matches a given inspectable object.

[Enter information about supplied implementation of this extension point.]



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire