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 class
This wrapper directs calls towriteRaw
methods.private static class
This wrapper directs calls towriteCharacters
methods.Fields in com.ctc.wstx.sw declared as XmlWriterWrapperModifier and TypeFieldDescriptionprotected 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 XmlWriterWrapperModifier and TypeMethodDescriptionstatic XmlWriterWrapper
XmlWriterWrapper.wrapWriteCharacters
(XmlWriter xw) static XmlWriterWrapper
XmlWriterWrapper.wrapWriteRaw
(XmlWriter xw)