public class OutputStreamWriterHandler extends WriterHandler
OutputStreamWriterHandler| Constructor and Description |
|---|
OutputStreamWriterHandler(java.io.Writer writer)
Instantiates a new
OutputStreamWriterHandler object with the given Writer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
write(java.lang.String s)
Write the given
String object |
characters, endDocument, endElement, startDocument, startElementpublic OutputStreamWriterHandler(java.io.Writer writer)
OutputStreamWriterHandler object with the given Writerwriter - the writerprotected void write(java.lang.String s)
throws org.xml.sax.SAXException
String objectwrite in class WriterHandlers - the stringorg.xml.sax.SAXException - any SAX exception, possibly wrapping another exception