Uses of Class
com.ctc.wstx.sw.XmlWriterWrapper
-
Packages that use XmlWriterWrapper Package Description com.ctc.wstx.sw -
-
Uses of XmlWriterWrapper in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw declared as XmlWriterWrapper Modifier and Type Field Description protected XmlWriterWrapper
XmlWriter. mRawWrapper
Lazy-constructed wrapper object, which will route all calls to Writer API, to matchingwriteRaw
methods of this XmlWriter instance.protected XmlWriterWrapper
XmlWriter. mTextWrapper
Lazy-constructed wrapper object, which will route all calls to Writer API, to matchingwriteCharacters
methods of this XmlWriter instance.Methods in com.ctc.wstx.sw that return XmlWriterWrapper Modifier and Type Method Description static XmlWriterWrapper
XmlWriterWrapper. wrapWriteCharacters(XmlWriter xw)
static XmlWriterWrapper
XmlWriterWrapper. wrapWriteRaw(XmlWriter xw)
-