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
This wrapper directs calls to
writeCharacters methods.
This means that text content escaping (and, possibly, validation)
is done, using default or custom escaping code.-
Field Summary
Fields inherited from class XmlWriterWrapper
mWriter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class XmlWriterWrapper
close, flush, wrapWriteCharacters, wrapWriteRaw, write, writeMethods inherited from class Writer
append, append, append, nullWriter
-
Constructor Details
-
TextWrapper
-
-
Method Details
-
write
- Specified by:
writein classXmlWriterWrapper- Throws:
IOException
-
write
- Specified by:
writein classXmlWriterWrapper- Throws:
IOException
-
write
- Specified by:
writein classXmlWriterWrapper- Throws:
IOException
-