| Package | Description |
|---|---|
| com.sun.xml.bind.v2.runtime.output |
Code that writes well-formed XML (
XmlOutput and its implementations}. |
| Modifier and Type | Class and Description |
|---|---|
class |
C14nXmlOutput
XmlOutput that generates canonical XML. |
class |
DOMOutput
XmlOutput implementation that does associative marshalling to DOM. |
class |
FastInfosetStreamWriterOutput
|
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
|
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 © 2005–2017 Oracle Corporation. All rights reserved.