Inherits from NSObject
Conforms to CMISAtomEntryParserDelegate
NSXMLParserDelegate
Declared in CMISAtomFeedParser.h

Tasks

Properties

entries

The entries contained in the feed (array of CMISObjectData objects).

@property (nonatomic, strong, readonly) NSArray *entries

Discussion

The entries contained in the feed (array of CMISObjectData objects).

Declared In

CMISAtomFeedParser.h

linkRelations

The links for the feed.

@property (nonatomic, strong, readonly) CMISLinkRelations *linkRelations

Discussion

The links for the feed.

Declared In

CMISAtomFeedParser.h

numItems

Number of items will be returned when executing a query.

@property (readonly) NSInteger numItems

Discussion

Number of items will be returned when executing a query.

Declared In

CMISAtomFeedParser.h

Instance Methods

initWithData:

designated initialiser

- (id)initWithData:(NSData *)feedData

Discussion

designated initialiser

Declared In

CMISAtomFeedParser.h

parseAndReturnError:

parses the atom XML data. returns NO if unsuccessful

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

Discussion

parses the atom XML data. returns NO if unsuccessful

Declared In

CMISAtomFeedParser.h