org.jdom2.located.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!
Extended JDOM Content Classes that contain location coordinates. The coordinates
are accessible using the Located
interface which has getters and
setters for the line and column details.
In addition, there is the LocatedJDOMFactory
which can be used to
create the Located
-aware Content. The
LocatedJDOMFactory
can be used by a SAXBuilder
to
preserve the location data on the Content.