SDMODataMetaDocumentParser class

Deprecated. Parses and matches the schema with the service document and its collections. 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... }

Syntax

@interface SDMODataMetaDocumentParser : SDMGenericParser

Base class

Members

All members of SDMODataMetaDocumentParser, including inherited members.

Methods Inherited members from SDMGenericParser