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:

- (id)initWithData:(NSData *)feedData

parseAndReturnError:

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