public abstract class XMLParser<T> extends Object implements IFileParser<T>
Constructor and Description |
---|
XMLParser() |
Modifier and Type | Method and Description |
---|---|
void |
parse(InputStream is,
DefaultHandler dh) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parse
public void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException
SAXException
IOException