| Package | Description |
|---|---|
| iaik.ixsil.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XPathUtilsImpl.selectBoolean(org.w3c.dom.Node contextNode) |
abstract boolean |
XPathUtilsInterface.selectBoolean(org.w3c.dom.Node contextNode)
Uses an XPath epression to compute a boolean result.
|
org.w3c.dom.Element |
XPathUtilsImpl.selectElement(org.w3c.dom.Node contextNode) |
abstract org.w3c.dom.Element |
XPathUtilsInterface.selectElement(org.w3c.dom.Node contextNode)
Uses an XPath epression to select a single Element node.
|
org.w3c.dom.NodeList |
XPathUtilsImpl.selectNodeSet(org.w3c.dom.Node contextNode) |
abstract org.w3c.dom.NodeList |
XPathUtilsInterface.selectNodeSet(org.w3c.dom.Node contextNode)
Uses an XPath epression to select a set of nodes.
|
void |
XPathUtilsImpl.setupContext(java.lang.String xPathExpr,
org.w3c.dom.Node namespaceNode,
java.lang.String additionalNSPrefixes,
org.w3c.dom.NodeList hereResult) |
abstract void |
XPathUtilsInterface.setupContext(java.lang.String xPathExpr,
org.w3c.dom.Node namespaceNode,
java.lang.String additionalNSPrefixes,
org.w3c.dom.NodeList hereResult)
Sets up the XPath context.
|