Uses of Class
org.jdom2.xpath.XPath
-
Packages that use XPath Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
JDOMXPath
Deprecated.replaced by compiled version.
-