Replaced by com.sap.mobile.lib.parser.IParser#parse(InputStream).
Syntax
public
abstract ISDMParserDocument
parseXML
(
InputStream
stream
) throws SDMParserException, IllegalArgumentException
Parameters
-
stream –
A stream that holds a syntactically valid XML
Returns
The Object representation of the parsed XML
Exceptions
-
SDMParserException class –
If the stream source is invalid
-
IllegalArgumentException –
If the argument is null
Usage
Parses the stream source of an XML and converts it to a Java Object containing all the information that were contained by the source XML