Package org.apache.commons.jxpath
Interface KeyManager
- All Known Subinterfaces:
ExtendedKeyManager
- All Known Implementing Classes:
KeyManagerUtils.SingleNodeExtendedKeyManager
public interface KeyManager
A delegate of
JXPathContext
that implements the XPath "key()"
function.- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
-
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
-