Inherits from CMISAtomPubExtensionDataParserBase : NSObject
Conforms to CMISAclParserDelegate
CMISAllowableActionsParserDelegate
NSXMLParserDelegate
Declared in CMISAtomEntryParser.h

Properties

objectData

@property (nonatomic, strong, readonly) CMISObjectData *objectData

Class Methods

atomEntryParserWithAtomEntryAttributes:parentDelegate:parser:

Initializes a child parser for an Atom Entry and takes over parsing control while parsing the Atom Entry

+ (id)atomEntryParserWithAtomEntryAttributes:(NSDictionary *)attributes parentDelegate:(id<NSXMLParserDelegate,CMISAtomEntryParserDelegate>)parentDelegate parser:(NSXMLParser *)parser

Discussion

Initializes a child parser for an Atom Entry and takes over parsing control while parsing the Atom Entry

Declared In

CMISAtomEntryParser.h

Instance Methods

initWithData:

Designated Initializer

- (id)initWithData:(NSData *)atomData

Discussion

Designated Initializer

Declared In

CMISAtomEntryParser.h

parseAndReturnError:

parse method. returns NO if unsuccessful

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

Discussion

parse method. returns NO if unsuccessful

Declared In

CMISAtomEntryParser.h