Package | Description |
---|---|
com.fasterxml.aalto.out |
Modifier and Type | Class and Description |
---|---|
class |
AsciiXmlWriter
This is the generic implementation of
XmlWriter , used if
the destination is byte-based OutputStream , and
encoding is 7-bit (US) Ascii. |
class |
ByteXmlWriter
This abstract base class (partial implementation of
XmlWriter )
is used if the destination is byte-based OutputStream . |
class |
CharXmlWriter
|
class |
Latin1XmlWriter
This is the generic implementation of
XmlWriter , used if
the destination is byte-based OutputStream , and
encoding is ISO-8859-1 (aka Latin1) |
class |
SingleByteXmlWriter
This is the common base class for writers that output to byte-backed
output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.
|
class |
Utf8XmlWriter
This is the generic implementation of
XmlWriter , used if
the destination is byte-based OutputStream , and
encoding is UTF-8. |
Modifier and Type | Field and Description |
---|---|
protected XmlWriter |
StreamWriterBase._xmlWriter
Actual physical writer to output serialized XML content to
|
Constructor and Description |
---|
NonRepairingStreamWriter(WriterConfig cfg,
XmlWriter writer,
WNameTable symbols) |
RepairingStreamWriter(WriterConfig cfg,
XmlWriter writer,
WNameTable symbols) |
StreamWriterBase(WriterConfig cfg,
XmlWriter writer,
WNameTable symbols) |
Copyright © 2018 FasterXML. All rights reserved.