Replaced by com.sap.mobile.lib.parser.IParser#parseODataEntries(String , String , IODataSchema ).
Syntax
public
abstract List< ISDMODataEntry >
parseSDMODataEntriesXML
(
String
entriesXML
,
String
collectionId
,
ISDMODataSchema
schema
) throws SDMParserException, IllegalArgumentException
Parameters
-
entriesXML –
The XML source of either a single SDMOData Entry or SDMOData Feed of several SDMOData entries
-
collectionId –
The id of the collection that the result entries should belong to
-
schema –
The relevant SDMOData schema document
Returns
The list of the SDMOData Entries contained by the source XML
Exceptions
-
SDMParserException class –
If the XML source is invalid
-
IllegalArgumentException –
If the argument is null
Usage
Parses SAPData XML structure that represent either a single SDMOData Entry or an SDMOData Feed with several SDMOData entries