|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlWriterWrapper | |
---|---|
com.ctc.wstx.sw |
Uses of XmlWriterWrapper in com.ctc.wstx.sw |
---|
Fields in com.ctc.wstx.sw declared as XmlWriterWrapper | |
---|---|
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. |
Methods in com.ctc.wstx.sw that return XmlWriterWrapper | |
---|---|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteCharacters(XmlWriter xw)
|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteRaw(XmlWriter xw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |