Package com.sun.xml.bind.v2.runtime.output

Code that writes well-formed XML (XmlOutput and its implementations}.

See:
          Description

Interface Summary
XmlOutput Well-formed XML writer.
 

Class Summary
C14nXmlOutput XmlOutput that generates canonical XML.
DOMOutput XmlOutput implementation that does associative marshalling to DOM.
Encoded Buffer for UTF-8 encoded string.
ForkXmlOutput XmlOutput that writes to two XmlOutputs.
IndentingUTF8XmlOutput UTF8XmlOutput with indentation.
InPlaceDOMOutput  
MTOMXmlOutput XmlOutput decorator that supports MTOM.
NamespaceContextImpl Keeps track of in-scope namespace bindings for the marshaller.
Pcdata Text data in XML.
SAXOutput XmlOutput implementation that writes to SAX ContentHandler.
UTF8XmlOutput XmlOutput implementation specialized for UTF-8.
XMLEventWriterOutput XmlOutput that writes to StAX XMLEventWriter.
XmlOutputAbstractImpl Abstract implementation of XmlOutput Implements the optimal methods, where defer to the non-optimal methods.
XMLStreamWriterOutput XmlOutput that writes to StAX XMLStreamWriter.
 

Package com.sun.xml.bind.v2.runtime.output Description

Code that writes well-formed XML (XmlOutput and its implementations}.