| java.lang.Object java.io.Writer com.jclark.xml.output.XMLWriter com.jclark.xml.output.UTF8XMLWriter
UTF8XMLWriter | public class UTF8XMLWriter extends XMLWriter (Code) | | An XMLWriter that encodes characters in UTF-8.
Methods are not synchronized: wrap this in a SyncXMLWriter
if you need to use this concurrently from multiple threads.
version: $Revision: 1.7 $ $Date: 1998/06/28 09:12:04 $ |
Constructor Summary | |
public | UTF8XMLWriter(OutputStream out, int options) Create an XML writer that will write in UTF-8 to the specified
OutputStream with the specified options. | public | UTF8XMLWriter(OutputStream out) Create an XML writer that will write in UTF-8 to the specified
OutputStream with the default options. |
MINIMIZE_EMPTY_ELEMENTS | final public static int MINIMIZE_EMPTY_ELEMENTS(Code) | | |
MINIMIZE_EMPTY_ELEMENTS_HTML | final public static int MINIMIZE_EMPTY_ELEMENTS_HTML(Code) | | |
UTF8XMLWriter | public UTF8XMLWriter(OutputStream out, int options)(Code) | | Create an XML writer that will write in UTF-8 to the specified
OutputStream with the specified options.
|
UTF8XMLWriter | public UTF8XMLWriter(OutputStream out)(Code) | | Create an XML writer that will write in UTF-8 to the specified
OutputStream with the default options.
|
writeUTF8 | public void writeUTF8(byte[] buf, int off, int len) throws IOException(Code) | | |
|
|