public class XMLWriter extends FilterWriter
out| Constructor and Description |
|---|
XMLWriter(Writer out)
Construct an XMLWriter that will write to the given stream.
|
public XMLWriter(Writer out)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOExceptionpublic void write(int c)
throws IOException
write in class FilterWriterIOExceptionCopyright © 2006–2018 Apache Software Foundation. All rights reserved.