Uses of Class
org.htmlunit.javascript.host.dom.XPathResult
-
Packages that use XPathResult Package Description org.htmlunit.javascript.host.dom 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 XPathResult Modifier and Type Method Description XPathResult
Document. evaluate(java.lang.String expression, Node contextNode, java.lang.Object resolver, int type, java.lang.Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.XPathResult
XPathEvaluator. evaluate(java.lang.String expression, java.lang.Object contextNodeObj, java.lang.Object resolver, int type, java.lang.Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
-