All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdom2.output.package.html Maven / Gradle / Ivy

Go to download

A complete, Java-based solution for accessing, manipulating, and outputting XML data

There is a newer version: 2.0.2
Show newest version


Classes to output JDOM documents to various destinations.  The most common
outputter class is XMLOutputter which outputs a document (or part of a
document) as a stream of bytes.  Format and EscapeStrategy support the
XMLOutputter in letting you choose how the output should be formatted and how
special characters should be escaped.

SAXOutputter lets you output as a stream of SAX events (handy especially in
transformations).  JDOMLocator supports SAXOutputter and helps you observe the
SAX output process.

DOMOutputter lets you output a JDOM document as a DOM tree.

StAXStreamOutputter lets you output the JDOM content to an XMLStreamWriter, and
the StAXEventOutputter lets you output the JDOM content to an XMLEventWriter.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy