org.apache.commons.jxpath.xml
public interface XMLParser
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
parseXML(java.io.InputStream stream)
Reads the supplied XML file and returns the resulting model,
which is not necessarily DOM.
|