Replaced by com.sap.mobile.lib.parser.IParser#parseODataSchema(InputStream,IODataServiceDocument).
Syntax
public
abstract ISDMODataSchema
parseSDMODataSchemaXML
(
InputStream
stream
,
ISDMODataServiceDocument
serviceDocument
) throws SDMParserException, IllegalArgumentException
Parameters
-
stream –
The stream that holds SDMOData Schema XML
-
serviceDocument –
The appropriate SDMOData Service Document object
Returns
The SDMOData Schema document
Exceptions
-
SDMParserException class –
If the stream source is invalid
-
IllegalArgumentException –
If the argument is null
Usage
Parses the SDMOData Schema XML from stream