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, setValidating
public java.lang.Object parseXML(java.io.InputStream stream)
XMLParser
parseXML
in interface XMLParser
parseXML
in class XMLParser2
stream
- InputStream