Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jdom.output

Classes to represent the components of an XML document.

See:
          Description

Interface Summary
EscapeStrategy Logic to determine which characters should be formatted as character entities.
 

Class Summary
DOMOutputter Outputs a JDOM org.jdom.Document as a DOM org.w3c.dom.Document.
Format Class to encapsulate XMLOutputter format options.
Format.TextMode Class to signify how text should be handled on output.
JDOMLocator An implementation of the SAX org.xml.sax.Locator interface that exposes the JDOM node being processed by SAXOutputter.
NamespaceStack A non-public utility class used by both XMLOutputter and SAXOutputter to manage namespaces in a JDOM Document during output.
SAXOutputter Outputs a JDOM document as a stream of SAX2 events.
XMLOutputter Outputs a JDOM document as a stream of bytes.
 

Package org.jdom.output Description

Classes to represent the components of an XML document. The Verifier is a special class useful in ensuring well-formedness of documents. The Parent interface is implemented by Document and Element exposing their commonality. The Content abstract class is extended by all the node types of a document except Document itself. The JDOMFactory interface and DefaultJDOMFactory standard implementation provide advanced users with the ability to create subtypes of the org.jdom classes.