Class XmlWriterWrapper

java.lang.Object
java.io.Writer
com.ctc.wstx.sw.XmlWriterWrapper
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
XmlWriterWrapper.RawWrapper, XmlWriterWrapper.TextWrapper

public abstract class XmlWriterWrapper extends Writer
This is a simple wrapper class, which decorates an XmlWriter to look like a Writer. This is necessary to implement a (legacy) character quoting system introduced for Woodstox 2.0, which relies on having a Writer to use for outputting.