Package org.apache.commons.jxpath
Interface KeyManager
- All Known Subinterfaces:
ExtendedKeyManager
public interface KeyManager
A delegate of
JXPathContext
that implements the XPath "key()"
function.-
Method Summary
Modifier and TypeMethodDescriptiongetPointerByKey
(JXPathContext context, String keyName, String keyValue) Find a node by key/value.