Module com.sun.xml.bind
Package org.glassfish.jaxb.runtime.v2.runtime.output
Code that writes well-formed XML (
XmlOutput and its implementations}.-
Interface Summary Interface Description XmlOutput Well-formed XML writer. -
Class Summary Class Description C14nXmlOutput XmlOutputthat generates canonical XML.DOMOutput XmlOutputimplementation that does associative marshalling to DOM.Encoded Buffer for UTF-8 encoded string.FastInfosetStreamWriterOutput XmlOutputforStAXDocumentSerializer.ForkXmlOutput IndentingUTF8XmlOutput UTF8XmlOutputwith indentation.MTOMXmlOutput XmlOutputdecorator that supports MTOM.NamespaceContextImpl Keeps track of in-scope namespace bindings for the marshaller.Pcdata Text data in XML.SAXOutput XmlOutputimplementation that writes to SAXContentHandler.StAXExStreamWriterOutput XmlOutputforXMLStreamWriterEx.UTF8XmlOutput XmlOutputimplementation specialized for UTF-8.XMLEventWriterOutput XmlOutputthat writes to StAXXMLEventWriter.XmlOutputAbstractImpl Abstract implementation ofXmlOutputImplements the optimal methods, where defer to the non-optimal methods.XMLStreamWriterOutput XmlOutputthat writes to StAXXMLStreamWriter.