public abstract class AbstractParser extends AbstractComponent implements Parser
engine, params| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
Document |
parse(URL in)
Parse the specified InputSource.
|
debug, init, logpublic Document parse(URL in) throws IOException, CreationException
Parserparse in interface ParserIOException - If an I/O error occourred accessing the specified
System-ID.CreationException - If an error occourred parsing the document.