CMISAtomFeedParser Class Reference
Inherits from | NSObject |
Conforms to | CMISAtomEntryParserDelegate NSXMLParserDelegate |
Declared in | CMISAtomFeedParser.h |
Tasks
-
entries
The entries contained in the feed (array of CMISObjectData objects).
property -
linkRelations
The links for the feed.
property -
numItems
Number of items will be returned when executing a query.
property -
– initWithData:
designated initialiser
-
– parseAndReturnError:
parses the atom XML data. returns NO if unsuccessful
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