Uses of Class
org.htmlunit.javascript.host.dom.XPathResult
Packages that use XPathResult
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of XPathResult in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return XPathResultModifier and TypeMethodDescriptionEvaluates an XPath expression string and returns a result of the specified type if possible.XPathEvaluator.evaluate(String expression, Object contextNodeObj, Object resolver, int type, Object result) Evaluates an XPath expression string and returns a result of the specified type if possible.static XPathResultXPathExpression.evaluate(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) Executes an XPath expression on the given node or document and returns an XPathResult.