public interface XMLizable
| Modifier and Type | Method and Description |
|---|---|
void |
toSAX(ContentHandler handler)
Generates SAX events representing the object's state.
|
void toSAX(ContentHandler handler) throws SAXException
handler - ContentHandler instance to send the SAX events toSAXException - if there's a problem generating the SAX eventsCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.