Uses of Interface
wt.util.xml.xpath.XPath

Packages that use XPath
wt.util.xml.xpath   
wt.util.xml.xpath.xalan2   
 

Uses of XPath in wt.util.xml.xpath
 

Subinterfaces of XPath in wt.util.xml.xpath
 interface XPathNI
          Extension to basic XPath interface which provides extra capabilities in the area of NodeIterators (see methods).
 

Methods in wt.util.xml.xpath that return XPath
abstract  XPath XPathFactory.newXPath(String x_path_expression)
          Create an XPath instance that can be used to locate nodes at the spectified path.
abstract  XPath XPathFactory.newXPath(String x_path_expression)
          Create an XPath instance that can be used to locate nodes at the spectified path.
abstract  XPath XPathFactory.newXPath(String x_path_expression)
          Create an XPath instance that can be used to locate nodes at the spectified path.
 

Uses of XPath in wt.util.xml.xpath.xalan2
 

Classes in wt.util.xml.xpath.xalan2 that implement XPath
 class XPathXalan2Impl
           
 

Methods in wt.util.xml.xpath.xalan2 that return XPath
 XPath XPathFactoryXalan2Impl.newXPath(String xpathExprStr)
           
 XPath XPathFactoryXalan2Impl.newXPath(String xpathExprStr)
           
 XPath XPathFactoryXalan2Impl.newXPath(String xpathExprStr)