org.apache.commons.jxpath.xml
Class DOMParser
- XMLParser
An implementation of the XMLParser interface that produces a DOM Document.
$Revision: 1.6 $ $Date: 2004/02/29 14:17:37 $ 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 , parseXML , setCoalescing , setExpandEntityReferences , setIgnoringComments , setIgnoringElementContentWhitespace , setNamespaceAware , setValidating |
parseXML
public Object parseXML(InputStream stream)
Reads the supplied XML file and returns the resulting model,
which is not necessarily DOM.
- parseXML in interface XMLParser
- parseXML in interface XMLParser2