public interface XMLParser
Modifier and Type | Method and Description |
---|---|
Object |
parseXML(InputStream stream)
Reads the supplied XML file and returns the resulting model,
which is not necessarily DOM.
|
Object parseXML(InputStream stream)
stream
- InputStreamCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.