org.jdom2.xpath.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdom Show documentation
Show all versions of jdom Show documentation
A complete, Java-based solution for accessing, manipulating,
and outputting XML data
The newest version!
Support for XPath from within JDOM. XPath provides a common interface
with a pluggable back-end. The default back end is Jaxen.
The JDOM 1.x API uses the XPath class as the entire API
interface. This has been deprecated, and replaced with XPathFactory,
XPathCompiled, and XPathBuilder.
Please see the web page for the details on the
JDOM2 XPath API change.
The XPathHelper class provides static methods to create XPath queries
that identify specific JDOM nodes.