org.jdom.input.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdom-legacy Show documentation
Show all versions of jdom-legacy Show documentation
A complete, Java-based solution for accessing, manipulating,
and outputting XML data. This artifact is to support those people
who want to use both JDOM 2.x and JDOM 1.x in their project.
This artifact is a duplicate of org.jdom:jdom:1.1.3 which just allows
maven users to have both jdom 2.x versions (from the jdom artifact)
as well as 1.x versions (from this jdom-legacy artifact) in the same
maven project.
The newest version!
Classes to build JDOM documents from various sources. The most common builder
class is SAXBuilder which constructs a JDOM document using a SAX parser and
can pull content from files, streams, sockets, readers, and so on. It can use
any underlying SAX parser to handle the parsing chores. SAXHandler provides
support for SAXBuilder. DOMBuilder lets you build from a pre-existing DOM
tree.