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
Subclasses of XmlWriterWrapper in com.ctc.wstx.sw Modifier and Type Class Description private static classXmlWriterWrapper.RawWrapperThis wrapper directs calls towriteRawmethods.private static classXmlWriterWrapper.TextWrapperThis wrapper directs calls towriteCharactersmethods.Fields in com.ctc.wstx.sw declared as XmlWriterWrapper Modifier and Type Field Description protected XmlWriterWrapperXmlWriter. mRawWrapperLazy-constructed wrapper object, which will route all calls to Writer API, to matchingwriteRawmethods of this XmlWriter instance.protected XmlWriterWrapperXmlWriter. mTextWrapperLazy-constructed wrapper object, which will route all calls to Writer API, to matchingwriteCharactersmethods of this XmlWriter instance.Methods in com.ctc.wstx.sw that return XmlWriterWrapper Modifier and Type Method Description static XmlWriterWrapperXmlWriterWrapper. wrapWriteCharacters(XmlWriter xw)static XmlWriterWrapperXmlWriterWrapper. wrapWriteRaw(XmlWriter xw)
-