Package | Description |
---|---|
elemental.dom | |
elemental.js.xpath | |
elemental.xpath |
Modifier and Type | Method and Description |
---|---|
XPathExpression |
Document.createExpression(String expression,
XPathNSResolver resolver)
Compiles an
XPathExpression which can then be used for (repeated) evaluations. |
Modifier and Type | Class and Description |
---|---|
class |
JsXPathExpression |
Modifier and Type | Method and Description |
---|---|
XPathExpression |
XPathEvaluator.createExpression(String expression,
XPathNSResolver resolver)
Creates an
nsIDOMXPathExpression
which can then be used for (repeated) evaluations. |
Copyright © 2018. All rights reserved.