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, logpublic org.w3c.dom.Document parse(java.net.URL in)
throws java.io.IOException,
CreationException
Parserparse in interface Parserjava.io.IOException - If an I/O error occourred accessing the specified
System-ID.CreationException - If an error occourred parsing the document.