org.apache.commons.jxpath.xml
Class JDOMParser
- XMLParser
An implementation of the XMLParser interface that produces a JDOM Document.
$Revision: 1.8 $ $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