Uses of Class
org.jdom2.xpath.XPath
Packages that use XPath
-
Uses of XPath in org.jdom2.xpath
Methods in org.jdom2.xpath that return XPathModifier and TypeMethodDescriptionstatic XPath
XPath.newInstance
(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 XPathModifier and TypeMethodDescriptionstatic void
XPath.setXPathClass
(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