
XML::RSS::Parser::Feed -- the root element of a parsed RSS feed.

Constructor. Returns a XML::RSS::Parser::Feed object.
Returns the namespace URI the RSS elements are in, if at all. This is important since different RSS namespaces are in use. Return a null string if a namespace cannot be determined or was not defined at all in the feed.
Returns an integer representing the number of item elements in the feed.
Returns a reference to the channel element object.
Returns an array of reference to item elements object.
Returns a reference to the image object if one exists.
Alias to the channel element's as_xml method which outputs the XML of the entire feed.
(See the as_xml method in XML::RSS::Parser::Element for more detail.)

XML::RSS::Parser, XML::RSS::Parser::Element, XML::SimpleObject

Please see the XML::RAI manpage for author, copyright, and license information.