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, writeprotected RawWrapper(XmlWriter writer)
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
write in class XmlWriterWrapperjava.io.IOExceptionpublic void write(java.lang.String str,
int off,
int len)
throws java.io.IOException
write in class XmlWriterWrapperjava.io.IOExceptionpublic final void write(java.lang.String str)
throws java.io.IOException
write in class XmlWriterWrapperjava.io.IOException