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