RSSReader
Reader for RSS feeds
Operations
GetChannel
Get RSS channel meta data
method : public : GetChannel() ~ RSSChannel
Return
Type | Description |
---|---|
RSSChannel | RSS meta data |
GetPosts
Get RSS posts
method : public : GetPosts() ~ Vector<RSSPost>
Return
Type | Description |
---|---|
Vector<RSSPost> | RSS posts |
IsOk
Checks to see if RSS XML was successfully retrieved and parsed
method : public : IsOk() ~ Bool
Return
Type | Description |
---|---|
Bool | true if success, false otherwise |