org.apache.commons.jxpath.xml
Interface XMLParser

All Known Implementing Classes:
JDOMParser, DOMParser

public interface XMLParser

Common interface for XML parsers. We are not using JAXP because some of the parsers we want to support may not be JAXP compliant.

Version:
$Revision: 1.2 $ $Date: 2003/03/11 00:59:35 $
Author:
Dmitri Plotnikov

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

Method Detail

parseXML

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


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.