Package org.eclipse.ecf.provider.rss.channel

Class Summary
FeedParser Parser class which allows reading in of RSS news channels.
ParserUtils Utility class providing convenience methods to (XML) parsing mechanisms.
RandomIDGenerator Identity generator implemented as singleton for generating truly random GUIDs in the standard format.
RSSExporter_2_0 A channel exporter that can write channel objects out into the interchange syntax defined by RSS 2.0.
RssFeed Represents a particular RSS feed.
RssItem Represents an item in a RSS feed.
RSSParser_2_0 Parser which reads in document instances according to the RSS 2.0 specification and generates a news feed object.
RSSParserBase The base class for RSS parsers.
RSSVersion Holds constants to specify the version of RSS that the document conforms to.
SseBase Base implementation of the SSE elements.
SseConflict In-Memory implementation of the conflict element.
SseHistory In-Memory implementation of the history element.
SseSharing In-Memory implementation of the sharing element.
SseSync In-Memory implementation of the sync element.
SseUpdate In-Memory implementation of the update element.
 

Exception Summary
ParseException Exception which is thrown if a syntax problem is encountered while a document instance (like a channel description) is read in.