public interface XMLizable
限定符和类型 | 方法和说明 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.