public interface Parser extends Component
org.w3c.dom.Document parse(org.xml.sax.InputSource in)
throws java.io.IOException,
CreationException
in - The InputSource to parse.java.io.IOException - If an I/O error occourred accessing the specified
System-ID.CreationException - If an error occourred parsing the document.org.w3c.dom.Document parse(java.net.URL url)
throws java.io.IOException,
CreationException
in - The InputSource to parse.java.io.IOException - If an I/O error occourred accessing the specified
System-ID.CreationException - If an error occourred parsing the document.org.w3c.dom.Document create()