org.apache.commons.jxpath
Interface KeyManager

All Known Subinterfaces:
ExtendedKeyManager

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) $
Author:
Dmitri Plotnikov

Method Summary
 Pointer getPointerByKey(JXPathContext context, String keyName, String keyValue)
          Find a node by key/value.
 

Method Detail

getPointerByKey

Pointer getPointerByKey(JXPathContext context,
                        String keyName,
                        String keyValue)
Find a node by key/value.

Parameters:
context - to search
keyName - String
keyValue - String
Returns:
Pointer


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.