#import <RSSFeedProtocol.h>
Inherited by <RSSMutableFeed >.
The RSS feed protocol defines the way users are supposed to talk to a feed.
◆ articleCount()
- Returns
- the number of articles in this feed
◆ articleEnumerator()
- (NSEnumerator*) articleEnumerator |
|
|
|
- Returns
- an enumerator for the articles in this feed
◆ articleSet()
- Returns
- a set that contains this feed's articles
◆ autoClear()
- Returns
- YES, if the automatic clearing of the article list is enabled for this feed. NO otherwise.
◆ feedName()
- Returns
- The name of the feed
◆ feedURL()
- Returns
- the URL where the feed can be downloaded from (as NSURL object)
- See also
- NSURL
◆ fetch()
- (enum RSSFeedError) fetch |
|
|
|
Fetches the feed from the web.
- Returns
- An error number (of type enum RSSFeedError)
- See also
- NSURL
-
RSSFeedError
◆ fetchInBackground()
- (void) fetchInBackground |
|
|
|
Fetches the feed from the web. Feed fetching is done in the background. When the feed is fetched, the feed will post a RSSFeedFetchedNotification.
- See also
- RSSFeedFetchedNotification
◆ isFetching()
Returns YES if and only if this feed is currently being fetched.
◆ lastError()
- (enum RSSFeedError) lastError |
|
|
|
Returns the last fetching error.
The documentation for this protocol was generated from the following file: