Package org.jdom.output

Class Diagram Summary
output 
 

Class Summary
DOMOutputterTakes a JDOM tree and outputs to a DOM tree.
NamespaceStackNamespaceStack is a helper class used by both XMLOutputter and SAXOutputter to manage namespaces in a JDOM Document during output.
SAXOutputter SAXOutputter takes a JDOM tree and fires SAX2 events.
XMLOutputterXMLOutputter takes a JDOM tree and formats it to a stream as XML.