Package | Description |
---|---|
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
static XPathExpression |
XPathEvaluator.createExpression(org.htmlunit.corejs.javascript.Context context,
org.htmlunit.corejs.javascript.Scriptable scope,
org.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
org.htmlunit.corejs.javascript.Function function)
Compiles an XPathExpression which can then be used for (repeated) evaluations of the XPath expression.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.