Uses of Class
com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
-
Packages that use XmlOutputAbstractImpl Package Description com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput
and its implementations}. -
-
Uses of XmlOutputAbstractImpl in com.sun.xml.bind.v2.runtime.output
Subclasses of XmlOutputAbstractImpl in com.sun.xml.bind.v2.runtime.output Modifier and Type Class Description class
C14nXmlOutput
XmlOutput
that generates canonical XML.class
DOMOutput
XmlOutput
implementation that does associative marshalling to DOM.class
FastInfosetStreamWriterOutput
XmlOutput
forStAXDocumentSerializer
.class
ForkXmlOutput
class
IndentingUTF8XmlOutput
UTF8XmlOutput
with indentation.class
MTOMXmlOutput
XmlOutput
decorator that supports MTOM.class
SAXOutput
XmlOutput
implementation that writes to SAXContentHandler
.class
StAXExStreamWriterOutput
XmlOutput
forXMLStreamWriterEx
.class
UTF8XmlOutput
XmlOutput
implementation specialized for UTF-8.class
XMLEventWriterOutput
XmlOutput
that writes to StAXXMLEventWriter
.class
XMLStreamWriterOutput
XmlOutput
that writes to StAXXMLStreamWriter
.
-