org.apache.commons.jxpath.xml

Class DOMParser

Implemented Interfaces:
XMLParser

public class DOMParser
extends XMLParser2

An implementation of the XMLParser interface that produces a DOM Document.
Version:
$Revision: 1.6 $ $Date: 2004/02/29 14:17:37 $
Author:
Dmitri Plotnikov

Method Summary

Object
parseXML(InputStream stream)
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.

Methods inherited from class org.apache.commons.jxpath.xml.XMLParser2

isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, parseXML, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating

Method Details

parseXML

public Object parseXML(InputStream stream)
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.
Specified by:
parseXML in interface XMLParser
Overrides:
parseXML in interface XMLParser2