Package | Description |
---|---|
com.ctc.wstx.sw |
Modifier and Type | Field and 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 and Description |
---|---|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteCharacters(XmlWriter xw) |
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteRaw(XmlWriter xw) |
Copyright © 2018 FasterXML. All rights reserved.