public interface IdentityManager
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.Modifier and Type | Method and Description |
---|---|
Pointer |
getPointerByID(JXPathContext context,
String id)
Finds a node by its ID.
|
Pointer getPointerByID(JXPathContext context, String id)
context
- JXPathContextid
- StringCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.