|
Class Summary |
| ParserUtil |
Common utility routines that can be used by all parser implementations. |
| ParseTest |
|
| RSSChannel |
This abstract class defines a simplified view of an RSS channel,
providing only the methods necessary for curn to work. |
| RSSElement |
Abstract parent class of RSSItem and RSSChannel,
containing various shared methods. |
| RSSItem |
This abstract class defines a simplified view of an RSS item, providing
only the methods necessary for curn to work. |
| RSSLink |
An RSSLink object describes a link to a URL, including any
metadata about the URL's content (if available). |
| RSSParserFactory |
This class provides a factory for retrieving a specific RSS parser
implementation. |