public interface XmlEventSource
DefaultHandler.| Modifier and Type | Method and Description |
|---|---|
void |
parse(org.xml.sax.helpers.DefaultHandler handler)
Parse this event source with the given xml handler.
|
void parse(org.xml.sax.helpers.DefaultHandler handler)
throws org.xml.sax.SAXException,
java.io.IOException
handler - an xml handler that can handle the xml event source.org.xml.sax.SAXException - if parsing fails.java.io.IOException