Package com.ctc.wstx.sw
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
This wrapper directs calls to
writeRaw
methods. Thus,
it is a "vanilla" writer, and no escaping is done.-
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
-
RawWrapper
-
-
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
-