Uses of Interface
org.apache.commons.jxpath.IdentityManager
Packages that use IdentityManager
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
-
Uses of IdentityManager in org.apache.commons.jxpath
Fields in org.apache.commons.jxpath declared as IdentityManagerModifier and TypeFieldDescriptionprotected IdentityManager
JXPathContext.idManager
IdentityManagerMethods in org.apache.commons.jxpath that return IdentityManagerModifier and TypeMethodDescriptionJXPathContext.getIdentityManager()
Returns this context's identity manager.Methods in org.apache.commons.jxpath with parameters of type IdentityManagerModifier and TypeMethodDescriptionvoid
JXPathContext.setIdentityManager
(IdentityManager idManager) Install an identity manager that will be used by the context to look up a node by its ID.