uk.co.demon.ursus.dom
Interface DOMParserWrapper
- All Known Implementing Classes:
- NonValidatingDOMParser
- public interface DOMParserWrapper
Encapsulates a DOM parser.
|
Method Summary |
org.w3c.dom.Document |
parse(org.xml.sax.InputSource source)
|
org.w3c.dom.Document |
parse(java.lang.String uri)
Parses the specified URI and returns the document. |
parse
public org.w3c.dom.Document parse(java.lang.String uri)
throws java.lang.Exception
- Parses the specified URI and returns the document.
parse
public org.w3c.dom.Document parse(org.xml.sax.InputSource source)
throws java.lang.Exception