| Package | Description |
|---|---|
| com.ctc.wstx.api | |
| com.ctc.wstx.dom | |
| com.ctc.wstx.io | |
| com.ctc.wstx.stax | |
| com.ctc.wstx.sw |
| Modifier and Type | Method and Description |
|---|---|
static WriterConfig |
WriterConfig.createFullDefaults() |
static WriterConfig |
WriterConfig.createJ2MEDefaults() |
WriterConfig |
WriterConfig.createNonShared() |
| Modifier and Type | Field and Description |
|---|---|
protected WriterConfig |
WstxDOMWrappingWriter.mConfig |
| Modifier and Type | Method and Description |
|---|---|
static WstxDOMWrappingWriter |
WstxDOMWrappingWriter.createFrom(WriterConfig cfg,
DOMResult dst) |
| Constructor and Description |
|---|
UTF8Writer(WriterConfig cfg,
OutputStream out,
boolean autoclose) |
| Modifier and Type | Field and Description |
|---|---|
protected WriterConfig |
WstxOutputFactory.mConfig |
| Modifier and Type | Method and Description |
|---|---|
WriterConfig |
WstxOutputFactory.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.stax2.XMLStreamWriter2 |
WstxOutputFactory.createSW(String enc,
WriterConfig cfg,
XmlWriter xw)
Called by
WstxOutputFactory.createSW(OutputStream, Writer, String, boolean) after all of the nessesary configuration
logic is complete. |
| Modifier and Type | Field and Description |
|---|---|
protected WriterConfig |
BaseStreamWriter.mConfig |
protected WriterConfig |
XmlWriter.mConfig |
| Constructor and Description |
|---|
AsciiXmlWriter(OutputStream out,
WriterConfig cfg,
boolean autoclose) |
BaseNsStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg,
boolean repairing) |
BaseStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg) |
BufferingXmlWriter(Writer out,
WriterConfig cfg,
String enc,
boolean autoclose,
OutputStream outs,
int bitsize) |
EncodingXmlWriter(OutputStream out,
WriterConfig cfg,
String encoding,
boolean autoclose) |
ISOLatin1XmlWriter(OutputStream out,
WriterConfig cfg,
boolean autoclose) |
NonNsStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg) |
RepairingNsStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg) |
SimpleNsStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg) |
TypedStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg) |
XmlWriter(WriterConfig cfg,
String encoding,
boolean autoclose) |
Copyright © 2012–2017 FasterXML. All rights reserved.