Package com.ctc.wstx.sw
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 com.ctc.wstx.sw.XmlWriterWrapper
mWriter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ctc.wstx.sw.XmlWriterWrapper
close, flush, wrapWriteCharacters, wrapWriteRaw, write, write
-
Constructor Details
-
TextWrapper
-
-
Method Details
-
write
- Specified by:
write
in classXmlWriterWrapper
- Throws:
IOException
-
write
- Specified by:
write
in classXmlWriterWrapper
- Throws:
IOException
-
write
- Specified by:
write
in classXmlWriterWrapper
- Throws:
IOException
-