Class XmlWriterWrapper

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    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.