| Package | Description |
|---|---|
| com.ctc.wstx.sw |
| Modifier and Type | Field | Description |
|---|---|---|
protected XmlWriterWrapper |
XmlWriter.mRawWrapper |
Lazy-constructed wrapper object, which will route all calls to
Writer API, to matching
writeRaw methods of this
XmlWriter instance. |
protected XmlWriterWrapper |
XmlWriter.mTextWrapper |
Lazy-constructed wrapper object, which will route all calls to
Writer API, to matching
writeCharacters methods of this
XmlWriter instance. |
| Modifier and Type | Method | Description |
|---|---|---|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteCharacters(XmlWriter xw) |
|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteRaw(XmlWriter xw) |
Copyright © 2019 FasterXML. All rights reserved.