Package | Description |
---|---|
com.fasterxml.aalto.dom | |
com.fasterxml.aalto.io | |
com.fasterxml.aalto.out | |
com.fasterxml.aalto.stax |
Modifier and Type | Field and Description |
---|---|
protected WriterConfig |
DOMWriterImpl._config |
Modifier and Type | Method and Description |
---|---|
static DOMWriterImpl |
DOMWriterImpl.createFrom(WriterConfig cfg,
DOMResult dst) |
Constructor and Description |
---|
UTF8Writer(WriterConfig cfg,
OutputStream out,
boolean autoclose) |
Modifier and Type | Field and Description |
---|---|
protected WriterConfig |
XmlWriter._config |
protected WriterConfig |
StreamWriterBase._config |
Modifier and Type | Method and Description |
---|---|
WriterConfig |
WriterConfig.createNonShared() |
Modifier and Type | Method and Description |
---|---|
static int |
XmlWriter.guessEncodingBitSize(WriterConfig cfg)
Method used to figure out which part of the Unicode char set the
encoding can natively support.
|
Constructor and Description |
---|
AsciiXmlWriter(WriterConfig cfg,
OutputStream out) |
ByteXmlWriter(WriterConfig cfg,
OutputStream out,
XmlCharTypes charTypes) |
CharXmlWriter(WriterConfig cfg,
Writer out) |
Latin1XmlWriter(WriterConfig cfg,
OutputStream out) |
NonRepairingStreamWriter(WriterConfig cfg,
XmlWriter writer,
WNameTable symbols) |
RepairingStreamWriter(WriterConfig cfg,
XmlWriter writer,
WNameTable symbols) |
SingleByteXmlWriter(WriterConfig cfg,
OutputStream out,
XmlCharTypes charTypes) |
StreamWriterBase(WriterConfig cfg,
XmlWriter writer,
WNameTable symbols) |
Utf8XmlWriter(WriterConfig cfg,
OutputStream out) |
XmlWriter(WriterConfig cfg) |
Modifier and Type | Field and Description |
---|---|
protected WriterConfig |
OutputFactoryImpl._config |
Copyright © 2018 FasterXML. All rights reserved.