Uses of Package
org.eclipse.jet.xpath.inspector

Packages that use org.eclipse.jet.xpath.inspector
org.eclipse.jet.xpath The JET XPath processor. 
org.eclipse.jet.xpath.inspector Interfaces allowing in-memory models to be handled by the JET XPath processor. 
 

Classes in org.eclipse.jet.xpath.inspector used by org.eclipse.jet.xpath
INodeInspector
          Interface providing the XPath parser with information on a particular object.
 

Classes in org.eclipse.jet.xpath.inspector used by org.eclipse.jet.xpath.inspector
AddElementException
          Exception thrown in case of errors by IElementInspector.addTextElement(Object, String, String, boolean).
CopyElementException
          Thrown during if an error occurs during the execution of IElementInspector.copyElement(Object, Object, String, boolean).
ExpandedName
          Define the XPath ExpandedName.
INodeInspector
          Interface providing the XPath parser with information on a particular object.
INodeInspector.NodeKind
          A type safe enumeration of node kinds recognized by the JET XPath engine.
InspectorManager
          Manager for finding XPath Inspectors for classes
InvalidChildException
          Represent an inconsistency between at child element's parent, and its parent as specified in a method call.
SimpleElementRequiresValueException
          Represent at attempt to create a simple Element (one with only text context) without specifying a value.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.