public interface XMLizable
| Modifier and Type | Method and Description |
|---|---|
void |
toSAX(org.xml.sax.ContentHandler handler)
Generates SAX events representing the object's state.
|
void toSAX(org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException
handler can actually be a XMLConsumer that accepts such
events or directly implements the LexicalHandler interface!org.xml.sax.SAXException