Package org.apache.commons.jxpath
Interface IdentityManager
-
public interface IdentityManager
A delegate ofJXPathContext
that implements the XPath"id()"
function. This delegate is only used when there is no default implementation of theid()
function. For example, it is not used when the root of the context is a DOM Node.- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pointer
getPointerByID(JXPathContext context, java.lang.String id)
Finds a node by its ID.
-
-
-
Method Detail
-
getPointerByID
Pointer getPointerByID(JXPathContext context, java.lang.String id)
Finds a node by its ID.- Parameters:
context
- JXPathContextid
- String- Returns:
- Pointer
-
-