XmlOutput and its implementations}.See: Description
| Interface | Description |
|---|---|
| XmlOutput |
Well-formed XML writer.
|
| Class | Description |
|---|---|
| C14nXmlOutput |
XmlOutput that generates canonical XML. |
| DOMOutput |
XmlOutput implementation that does associative marshalling to DOM. |
| Encoded |
Buffer for UTF-8 encoded string.
|
| FastInfosetStreamWriterOutput |
XmlOutput for StAXDocumentSerializer. |
| ForkXmlOutput | |
| IndentingUTF8XmlOutput |
UTF8XmlOutput with indentation. |
| 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. |
| StAXExStreamWriterOutput |
XmlOutput for XMLStreamWriterEx. |
| 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. |
XmlOutput and its implementations}.Copyright © 2018 JBoss by Red Hat. All rights reserved.