All Bundles

RSSReader

Reader for RSS feeds

Operations

New

Default constructor

New(url:String)
Parameters
NameTypeDescription
urlStringRSS URL

GetChannel

Get RSS channel meta data

method : public : GetChannel() ~ RSSChannel
Return
TypeDescription
RSSChannelRSS meta data

GetPosts

Get RSS posts

method : public : GetPosts() ~ Vector<RSSPost>
Return
TypeDescription
Vector<RSSPost>RSS posts

IsOk

Checks to see if RSS XML was successfully retrieved and parsed

method : public : IsOk() ~ Bool
Return
TypeDescription
Booltrue if success, false otherwise