public interface DOMParser
InputSource object.
It can create a DOM from the parsed document.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
createDocument()
Return a new
Document. |
org.w3c.dom.Document |
parseDocument(org.xml.sax.InputSource in)
Parse the
InputSource and create
a DOM out of it. |
org.w3c.dom.Document parseDocument(org.xml.sax.InputSource in)
throws org.xml.sax.SAXException,
java.io.IOException
InputSource and create
a DOM out of it.org.xml.sax.SAXExceptionjava.io.IOExceptionorg.w3c.dom.Document createDocument()
throws org.xml.sax.SAXException
Document.org.xml.sax.SAXException