Uses of Interface
org.apache.commons.jxpath.IdentityManager
-
Packages that use IdentityManager Package Description 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 Modifier and Type Field Description protected IdentityManager
JXPathContext. idManager
IdentityManagerMethods in org.apache.commons.jxpath that return IdentityManager Modifier and Type Method Description IdentityManager
JXPathContext. getIdentityManager()
Returns this context's identity manager.Methods in org.apache.commons.jxpath with parameters of type IdentityManager Modifier and Type Method Description void
JXPathContext. setIdentityManager(IdentityManager idManager)
Install an identity manager that will be used by the context to look up a node by its ID.
-