Uses of Class
org.jdom.xpath.XPath
-
Packages that use XPath Package Description org.jdom.xpath Support for XPath from within JDOM. -
-
Uses of XPath in org.jdom.xpath
Methods in org.jdom.xpath that return XPath Modifier and Type Method Description static XPath
XPath. newInstance(java.lang.String path)
Creates a new XPath wrapper object, compiling the specified XPath expression.
-