Trees | Index | Help |
---|
Module feed_reader :: Class FeedReader |
|
Method Summary | |
---|---|
Initializes the list of items | |
Creates a namespace-aware SAX parser | |
Use the list reader to obtain feed addresses | |
Sorts items using the newer_than comparison | |
Compares the two items | |
Prints the filtered items to console | |
Reads each of the feeds listed in the file |
Method Details |
---|
__init__(self)
Initializes the list of items
|
create_parser(self)Creates a namespace-aware SAX parser |
get_feed_uris(self, filename)Use the list reader to obtain feed addresses |
get_newest_items(self)Sorts items using the newer_than comparison |
newer_than(self, itemA, itemB)Compares the two items |
print_items(self)Prints the filtered items to console |
read(self, feedlist_filename)Reads each of the feeds listed in the file |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu May 27 10:33:26 2004 | http://epydoc.sf.net |