Package | Description |
---|---|
elemental.dom | |
elemental.js.dom | |
elemental.js.xpath | |
elemental.xpath |
Modifier and Type | Method and Description |
---|---|
XPathResult |
Document.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult)
Evaluates an XPath expression.
|
Modifier and Type | Method and Description |
---|---|
XPathResult |
Document.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult)
Evaluates an XPath expression.
|
Modifier and Type | Method and Description |
---|---|
JsXPathResult |
JsDocument.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult) |
Modifier and Type | Class and Description |
---|---|
class |
JsXPathResult |
Modifier and Type | Method and Description |
---|---|
JsXPathResult |
JsXPathExpression.evaluate(Node contextNode,
int type,
XPathResult inResult) |
JsXPathResult |
JsXPathEvaluator.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult) |
Modifier and Type | Method and Description |
---|---|
XPathResult |
XPathExpression.evaluate(Node contextNode,
int type,
XPathResult inResult) |
XPathResult |
XPathEvaluator.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult)
Evaluate the specified XPath expression.
|
Modifier and Type | Method and Description |
---|---|
XPathResult |
XPathExpression.evaluate(Node contextNode,
int type,
XPathResult inResult) |
XPathResult |
XPathEvaluator.evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
int type,
XPathResult inResult)
Evaluate the specified XPath expression.
|
Copyright © 2018. All rights reserved.