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.