com.sun.msv.writer
public class XMLWriter extends Object
Note that this class uses DocumentHandler, not ContentHandler. This generally allows the caller better control.
This class throws SAXRuntimeException, instead of SAXException.
| Method Summary | |
|---|---|
| void | characters(String str) |
| void | element(String name) |
| void | element(String name, String[] attributes) |
| void | end(String name) |
| DocumentHandler | getDocumentHandler() |
| void | setDocumentHandler(DocumentHandler handler) this DocumentHandler will receive XML. |
| void | start(String name) |
| void | start(String name, String[] attributes) |