Package | Description |
---|---|
com.sun.xml.bind.v2.runtime.output |
Code that writes well-formed XML (
XmlOutput and its implementations}. |
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 for StAXDocumentSerializer . |
class |
ForkXmlOutput |
|
class |
IndentingUTF8XmlOutput |
UTF8XmlOutput with indentation. |
class |
MTOMXmlOutput |
XmlOutput decorator that supports MTOM. |
class |
SAXOutput |
XmlOutput implementation that writes to SAX ContentHandler . |
class |
StAXExStreamWriterOutput |
XmlOutput for XMLStreamWriterEx . |
class |
UTF8XmlOutput |
XmlOutput implementation specialized for UTF-8. |
class |
XMLEventWriterOutput |
XmlOutput that writes to StAX XMLEventWriter . |
class |
XMLStreamWriterOutput |
XmlOutput that writes to StAX XMLStreamWriter . |
Copyright © 2018 Oracle Corporation. All rights reserved.