private static final class XmlWriterWrapper.RawWrapper extends XmlWriterWrapper
writeRaw
methods. Thus,
it is a "vanilla" writer, and no escaping is done.mWriter
Modifier | Constructor and Description |
---|---|
protected |
RawWrapper(XmlWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
write(char[] cbuf,
int off,
int len) |
void |
write(java.lang.String str) |
void |
write(java.lang.String str,
int off,
int len) |
close, flush, wrapWriteCharacters, wrapWriteRaw, write, write
protected RawWrapper(XmlWriter writer)
public void write(char[] cbuf, int off, int len) throws java.io.IOException
write
in class XmlWriterWrapper
java.io.IOException
public void write(java.lang.String str, int off, int len) throws java.io.IOException
write
in class XmlWriterWrapper
java.io.IOException
public final void write(java.lang.String str) throws java.io.IOException
write
in class XmlWriterWrapper
java.io.IOException