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, log
public Document parse(URL in) throws IOException, CreationException
Parser
parse
in interface Parser
IOException
- If an I/O error occourred accessing the specified
System-ID.CreationException
- If an error occourred parsing the document.