|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath.xml
Interface XMLParser

- All Known Implementing Classes:
- XMLParser2
- 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.4 $ $Date: 2004/02/29 14:17:37 $
| 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.
|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC