public class DOMParser extends XMLParser2
| Constructor and Description |
|---|
DOMParser() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parseXML(java.io.InputStream stream)
Reads the supplied XML file and returns the resulting model,
which is not necessarily DOM.
|
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidatingpublic java.lang.Object parseXML(java.io.InputStream stream)
XMLParserparseXML in interface XMLParserparseXML in class XMLParser2stream - InputStream