class documentation

Undocumented

Method add_item_elements Add elements on each item (i.e. item/entry) element.
Method add_root_elements Add elements in the root (i.e. feed/channel) element. Called from write().
Method rss_attributes Undocumented

Inherited from Rss201rev2Feed:

Class Variable _version Undocumented

Inherited from RssFeed (via Rss201rev2Feed):

Method endChannelElement Undocumented
Method write Output the feed in the given encoding to outfile, which is a file-like object. Subclasses should override this.
Method write_items Undocumented
Class Variable content_type Undocumented

Inherited from SyndicationFeed (via Rss201rev2Feed, RssFeed):

Method __init__ Undocumented
Method add_item Add an item to the feed. All args are expected to be strings except pubdate and updateddate, which are datetime.datetime objects, and enclosures, which is an iterable of instances of the Enclosure class.
Method item_attributes Return extra attributes to place on each item (i.e. item/entry) element.
Method latest_post_date Return the latest item's pubdate or updateddate. If no items have either of these attributes this return the current UTC date/time.
Method num_items Undocumented
Method root_attributes Return extra attributes to place on the root (i.e. feed/channel) element. Called from write().
Method writeString Return the feed in the given encoding as a string.
Instance Variable feed Undocumented
Instance Variable items Undocumented

Inherited from GeoFeedMixin (via Rss201rev2Feed, RssFeed, SyndicationFeed):

Method add_georss_element Add a GeoRSS XML element using the given item and handler.
Method add_georss_point Adds a GeoRSS point with the given coords using the given handler. Handles the differences between simple GeoRSS and the more popular W3C Geo specification.
Method georss_coords In GeoRSS coordinate pairs are ordered by lat/lon and separated by a single white space. Given a tuple of coordinates, return a string GeoRSS representation.
def add_item_elements(self, handler, item): (source)

Add elements on each item (i.e. item/entry) element.

def add_root_elements(self, handler): (source)

Add elements in the root (i.e. feed/channel) element. Called from write().

def rss_attributes(self): (source)