public abstract class XMLParser<T> extends Object implements IFileParser<T>
| Constructor and Description |
|---|
XMLParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(InputStream is,
org.xml.sax.helpers.DefaultHandler dh) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparsepublic void parse(InputStream is, org.xml.sax.helpers.DefaultHandler dh) throws SAXException, IOException
SAXExceptionIOExceptionCopyright © 2016. All Rights Reserved.