Package org.apache.commons.jxpath
Interface ExtendedKeyManager
- All Superinterfaces:
KeyManager
More complete implementation for the XPath
"key()"
function. Returns NodeSet results and allows Object values for better compatibility with non-XML
graphs.- Since:
- JXPath 1.3
-
Method Summary
Modifier and TypeMethodDescriptiongetNodeSetByKey
(JXPathContext context, String key, Object value) Find a NodeSet by key/value.Methods inherited from interface org.apache.commons.jxpath.KeyManager
getPointerByKey
-
Method Details
-
getNodeSetByKey
Find a NodeSet by key/value.- Parameters:
context
- basekey
- Stringvalue
- Object- Returns:
- NodeSet found
-