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.
-
Method Details
-
getPointerByKey
Find a node by key/value.- Parameters:
context
- to searchkeyName
- StringkeyValue
- String- Returns:
- Pointer
-