Uses of Class
org.htmlunit.javascript.host.dom.XPathExpression
Packages that use XPathExpression
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of XPathExpression in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return XPathExpressionModifier and TypeMethodDescriptionstatic XPathExpressionXPathEvaluator.createExpression(org.htmlunit.corejs.javascript.Context context, org.htmlunit.corejs.javascript.VarScope 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.