Inherits from NSObject
Conforms to CMISPropertyDefinitionDelegate
NSXMLParserDelegate
Declared in CMISTypeDefinitionAtomEntryParser.h

Tasks

Properties

typeDefinition

Available after a successful parse.

@property (nonatomic, strong, readonly) CMISTypeDefinition *typeDefinition

Discussion

Available after a successful parse.

Declared In

CMISTypeDefinitionAtomEntryParser.h

Instance Methods

initWithData:

- (id)initWithData:(NSData *)atomData

parseAndReturnError:

parses the type definition. returns NO if unsuccessful

- (BOOL)parseAndReturnError:(NSError **)error

Discussion

parses the type definition. returns NO if unsuccessful

Declared In

CMISTypeDefinitionAtomEntryParser.h