Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.XPathResult

Packages that use XPathResult
com.gargoylesoftware.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of XPathResult in com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return XPathResult
 XPathResult Document.jsxFunction_evaluate(String expression, Node contextNode, Object resolver, int type, Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.