org.apache.commons.jxpath

Interface KeyManager

public interface KeyManager

A delegate of JXPathContext that implements the XPath "key()" function.
Version:
$Revision: 1.5 $ $Date: 2004/02/29 14:17:42 $
Author:
Dmitri Plotnikov

Method Summary

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

Method Details

getPointerByKey

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