Module feed_reader :: Class FeedReader
[show private | hide private]
[frames | no frames]

Class FeedReader


Controls the reading of feeds
Method Summary
  __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

Method Details

__init__(self)
(Constructor)

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

Generated by Epydoc 2.1 on Thu May 27 10:33:26 2004 http://epydoc.sf.net