public class DOMParser extends XMLParser2
| Constructor and Description |
|---|
DOMParser() |
| Modifier and Type | Method and Description |
|---|---|
Object |
parseXML(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 Object parseXML(InputStream stream)
XMLParserparseXML in interface XMLParserparseXML in class XMLParser2stream - InputStreamCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.