|
|||||||||
| 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 IdentityManager

- public interface IdentityManager
A delegate of JXPathContext that implements the XPath "id()"
function. This delegate is only used when there is no default implementation
of the id() function. For example, it is not used
when the root of the context is a DOM Node.
- Version:
- $Revision: 1.4 $ $Date: 2004/02/29 14:17:42 $
| Method Summary | |
Pointer |
getPointerByID(JXPathContext context,
java.lang.String id)
Finds a node by its ID. |
| Method Detail |
getPointerByID
public Pointer getPointerByID(JXPathContext context, java.lang.String id)
- Finds a node by its ID.
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC