org.apache.openjpa.lib.xml
public class XMLWriter extends java.io.FilterWriter
Constructor and Description |
---|
XMLWriter(java.io.Writer out)
Construct an XMLWriter that will write to the given stream.
|
public XMLWriter(java.io.Writer out)
public void write(char[] cbuf, int off, int len) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException
public void write(java.lang.String str, int off, int len) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException
public void write(int c) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException