Class XmlWriterWrapper.RawWrapper

java.lang.Object
java.io.Writer
com.ctc.wstx.sw.XmlWriterWrapper
com.ctc.wstx.sw.XmlWriterWrapper.RawWrapper
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
XmlWriterWrapper

private static final class XmlWriterWrapper.RawWrapper extends XmlWriterWrapper
This wrapper directs calls to writeRaw methods. Thus, it is a "vanilla" writer, and no escaping is done.