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.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.