DocumentContainer, DOMParser, JDOMParser, XMLParser2public interface XMLParser
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
parseXML(java.io.InputStream stream) |
Reads the supplied XML file and returns the resulting model,
which is not necessarily DOM.
|