Interfaces
 InterfaceDescription
 IFeed Interface that defines the properties which are common across RSS 1.0, RSS 2.0, and Atom feeds.
 IItem Interface that defines the characteristics common across Atom entries and RSS items.
 IMetadata Interface that defines the characteristics common across Atom and RSS metadata.
Classes
 ClassDescription
 Atom10Feed Class that abstracts out the specific characteristics of an Atom feed into a generic Feed.
 Atom10Item Class that abstracts out the specific characteristics of an Atom entry into a generic Item.
 Atom10Metadata Class that abstracts out the specific characteristics of an Atom feed into generic metadata.
 Author Class that represents a generic author.
 Excerpt Class that represents a generic excerpt or description.
 FeedFactory The FeedFactory allows you to create generic IFeed objects from any version of RSS or Atom.
 Image Class that represents a generic image assicated with a feed.
 Media Class that represents external media (like an MP3) associated with a feed item.
 RSS10Feed Class that abstracts out the specific characteristics of an RSS 1.0 feed into a generic Feed.
 RSS10Item Class that abstracts out the specific characteristics of an RSS 1.0 item into a generic Item.
 RSS10Metadata Class that abstracts out the specific characteristics of an RSS 1.0 feed into generic metadata.
 RSS20Feed Class that abstracts out the specific characteristics of an RSS 2.0 feed into a generic Feed.
 RSS20Item Class that abstracts out the specific characteristics of an RSS 2.0 item into a generic Item.
 RSS20Metadata Class that abstracts out the specific characteristics of an RSS 2.0 feed into generic metadata.
 UnknownFeedError This error indicates that the type and/or version of the feed could not be determined.