Uses of Class
com.ctc.wstx.sw.XmlWriterWrapper
Packages that use XmlWriterWrapper
-
Uses of XmlWriterWrapper in com.ctc.wstx.sw
Subclasses of XmlWriterWrapper in com.ctc.wstx.swModifier and TypeClassDescriptionprivate static final classThis wrapper directs calls towriteRawmethods.private static classThis wrapper directs calls towriteCharactersmethods.Fields in com.ctc.wstx.sw declared as XmlWriterWrapperModifier and TypeFieldDescriptionprotected 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 XmlWriterWrapperModifier and TypeMethodDescriptionstatic XmlWriterWrapperXmlWriterWrapper.wrapWriteCharacters(XmlWriter xw) static XmlWriterWrapperXmlWriterWrapper.wrapWriteRaw(XmlWriter xw)