...
Panel |
---|
borderColor | #3D3D3D |
---|
bgColor | #F4F4F4 |
---|
titleColor | #3D3D3D |
---|
borderWidth | 0 |
---|
titleBGColor | #3D3D3D |
---|
borderStyle | solid |
---|
|
ON THIS PAGE |
Insert excerpt |
---|
BrightScript Version Navigation Menu | BrightScript Version Navigation Menu | nopanel | true |
---|
The
roRssParser object is used to parse an RSS feed before displaying it. Each item in an RSS feed is represented by an
roRssArticle object.
...
Gets the next article parsed by the RSS parser. The articles are sorted by publication date, with the most recent article first. This returns an roRssArticle object if there is one. Otherwise, an integer is returned.