Deprecated. Parses and matches the schema with the service document and its collections.
All members of SDMODataMetaDocumentParser, including inherited members.
MethodsMethod | Description |
---|---|
- (id) initWithServiceDocument: (SDMODataServiceDocument *const) newServiceDocument |
The parser creates the schema of the input service document's collections. { SDMODataMetaDocumentParser* metaDocParser = [[[SDMODataMetaDocumentParser alloc] initWithServiceDocument: serviceDocument] autorelease]; [metaDocParser parse: content_in]; } (SDMParserException* e) { //error handling code... }