django :: utils :: feedgenerator :: Rss201rev2Feed :: Class Rss201rev2Feed
[hide private]

Class Rss201rev2Feed


Instance Methods [hide private]
 
add_item_elements(self, handler, item)
Add elements on each item (i.e.

Inherited from RssFeed: add_root_elements, endChannelElement, rss_attributes, write, write_items

Inherited from SyndicationFeed: __init__, add_item, item_attributes, latest_post_date, num_items, root_attributes, writeString

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _version = u'2.0'

Inherited from RssFeed: mime_type

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

add_item_elements(self, handler, item)

 

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

Overrides: SyndicationFeed.add_item_elements
(inherited documentation)