Class XmlWriterWrapper.TextWrapper

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

private static class XmlWriterWrapper.TextWrapper extends XmlWriterWrapper
This wrapper directs calls to writeCharacters methods. This means that text content escaping (and, possibly, validation) is done, using default or custom escaping code.