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
- ContentHandler instance to send the SAX events toorg.xml.sax.SAXException
- if there's a problem generating the SAX eventsCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.