Uses of Interface
org.apache.commons.jxpath.IdentityManager

Packages that use IdentityManager
org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. 
 

Uses of IdentityManager in org.apache.commons.jxpath
 

Fields in org.apache.commons.jxpath declared as IdentityManager
protected  IdentityManager JXPathContext.idManager
           
 

Methods in org.apache.commons.jxpath that return IdentityManager
 IdentityManager JXPathContext.getIdentityManager()
          Returns this context's identity manager.
 

Methods in org.apache.commons.jxpath with parameters of type IdentityManager
 void JXPathContext.setIdentityManager(IdentityManager idManager)
          Install an identity manager that will be used by the context to look up a node by its ID.