|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 $
| Method Summary | |
Pointer |
getPointerByKey(JXPathContext context,
java.lang.String keyName,
java.lang.String keyValue)
Finds a node by a key value. |
| Method Detail |
getPointerByKey
public Pointer getPointerByKey(JXPathContext context, java.lang.String keyName, java.lang.String keyValue)
- Finds a node by a key value.
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC