Package | Description |
---|---|
elemental.dom | |
elemental.js.dom | |
elemental.js.xpath | |
elemental.xpath |
Modifier and Type | Method and Description |
---|---|
XPathNSResolver |
Document.createNSResolver(Node nodeResolver)
Creates an XPathNSResolver.
|
Modifier and Type | Method and Description |
---|---|
XPathExpression |
Document.createExpression(String expression,
XPathNSResolver resolver)
Compiles an
XPathExpression which can then be used for (repeated) evaluations. |
XPathResult |
Document.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult)
Evaluates an XPath expression.
|
Modifier and Type | Method and Description |
---|---|
JsXPathExpression |
JsDocument.createExpression(String expression,
XPathNSResolver resolver) |
JsXPathResult |
JsDocument.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult) |
Modifier and Type | Class and Description |
---|---|
class |
JsXPathNSResolver |
Modifier and Type | Method and Description |
---|---|
JsXPathExpression |
JsXPathEvaluator.createExpression(String expression,
XPathNSResolver resolver) |
JsXPathResult |
JsXPathEvaluator.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult) |
Modifier and Type | Method and Description |
---|---|
XPathNSResolver |
XPathEvaluator.createNSResolver(Node nodeResolver)
Creates an
nsIDOMXPathExpression
which resolves name spaces with respect to the definitions in scope for a specified node. |
Modifier and Type | Method and Description |
---|---|
XPathExpression |
XPathEvaluator.createExpression(String expression,
XPathNSResolver resolver)
Creates an
nsIDOMXPathExpression
which can then be used for (repeated) evaluations. |
XPathResult |
XPathEvaluator.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult)
Evaluate the specified XPath expression.
|
Copyright © 2018. All rights reserved.