JDOM
2.0.2

Uses of Class
org.jdom2.xpath.XPath

Packages that use XPath
org.jdom2.xpath Support for XPath from within JDOM. 
org.jdom2.xpath.jaxen Support for the Jaxen XPath Library
 

Uses of XPath in org.jdom2.xpath
 

Methods in org.jdom2.xpath that return XPath
static XPath XPath.newInstance(java.lang.String path)
          Deprecated. Creates a new XPath wrapper object, compiling the specified XPath expression.
 

Method parameters in org.jdom2.xpath with type arguments of type XPath
static void XPath.setXPathClass(java.lang.Class<? extends XPath> aClass)
          Deprecated. Sets the concrete XPath subclass to use when allocating XPath instances.
 

Uses of XPath in org.jdom2.xpath.jaxen
 

Subclasses of XPath in org.jdom2.xpath.jaxen
 class JDOMXPath
          Deprecated. replaced by compiled version.
 


JDOM
2.0.2

Copyright © 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.