org.apache.commons.jxpath
Interface ExtendedKeyManager
- All Superinterfaces:
- KeyManager
public interface ExtendedKeyManager
- extends 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
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Sergey Vladimirov, Matt Benson
getNodeSetByKey
NodeSet getNodeSetByKey(JXPathContext context,
String key,
Object value)
- Find a NodeSet by key/value.
- Parameters:
context
- basekey
- Stringvalue
- Object
- Returns:
- NodeSet found
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.