Uses of Interface
org.eclipse.jet.xpath.inspector.INodeInspector

Packages that use INodeInspector
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. 
 

Uses of INodeInspector in org.eclipse.jet.xpath
 

Methods in org.eclipse.jet.xpath that return INodeInspector
 INodeInspector Context.getContextNodeInspector()
           
 

Uses of INodeInspector in org.eclipse.jet.xpath.inspector
 

Subinterfaces of INodeInspector in org.eclipse.jet.xpath.inspector
 interface IElementInspector
          Specialization of INodeInspector for nodes where getNodeKind() returns ELEMENT.
 

Methods in org.eclipse.jet.xpath.inspector that return INodeInspector
 INodeInspector InspectorManager.getInspector(java.lang.Object object)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.