|
Class Summary |
| Channel |
The channel element contains metadata describing the channel itself,
including a title, brief description, and URL link to the described
resource (the channel provider's home page, for instance). |
| Feed |
RSS 1.0 is structurally similar to previous versions of RSS -- similar enough that we
can simply treat it as XML and write a single function to extract information out of
either an RSS 0.91 or RSS 1.0 feed. |
| Item |
While commonly a news headline, with RSS 1.0's modular extensibility, this
can be just about anything: discussion posting, job listing, software patch
- any object with a URI. |
| RSSContentHandler |
|
| RSSElement |
|
| RSSImage |
An image is a sub-element of channel, which contains
three required and three optional sub-elements. |