RSSFeedList Object
See Also Example Properties Methods Events
The object models a list of RSS feeds similar to the one held at www.weblogs.com.
Class Diagram

Remarks
The object models a list of feeds which is obtained from the www.weblogs.com updated RSS files XML file.
The object has the following properties that match the base element of the file:
ListCount,
Updated and
Version.
The RawXML property is used to get the XML version of the object.
The ParseFile,
ParseString and
ParseWeb methods are used to populate the object with a list of feeds.
This object provides basic collection class functionality for retrieving items from the collection of feed list entries.
The number of items in the collection is held in the Count property,
specific members can be returned from the collection using the Item method and
the collection can be iterated using the For Each...Next structure.
The collection of feed list entries can be sorted by date using the SortByDate method and
sorted by name using the SortByName method.
Entries can be found in the collection using the EntryExists method and the
GetEntryByURL method.
|