RSSFeedList Object Methods
See Also Example Applies To
AddList
AddList - Adds a feed list to the feed list.
EntryExists
EntryExists - Returns True if a matching entry is found in the list.
GetEntryByURL
GetEntryByURL - Returns an item from the collection using the passed URL.
Item
Item - Returns an item from the collection using the passed index.
ParseFile
ParseFile - Parses a document read in from a local file.
ParseString
ParseString - Parses a string which contains the contents of the document.
ParseWeb
ParseWeb - Parses a document downloaded from an HTTP server.
SortByDate
SortByDate - Sorts the collection of feed list entries by date.
SortByName
SortByName - Sorts the collection of feed list entries by name.
|