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