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 SAXException, IOException
handler - an xml handler that can handle the xml event source.SAXException - if parsing fails.IOExceptionCopyright © 2012. All Rights Reserved.