GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::RSS::Parser::Feed(3) User Contributed Perl Documentation XML::RSS::Parser::Feed(3)

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

XML::RSS::Parser::Feed->new
Constructor. Returns a XML::RSS::Parser::Feed object.
$feed->rss_namespace_uri
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.
$feed->item_count
Returns an integer representing the number of "item" elements in the feed.

$feed->channel
Returns a reference to the channel element object.
$feed->items
Returns an array of reference to item elements object.
$feed->image
Returns a reference to the image object if one exists.
$feed->as_xml([$encoding])
Alias to the "channel" element's "as_xml" method which outputs the XML of the entire feed including a standard XML 1.0 declaration. An optional encoding can be defined. The default encoding is 'utf-8'.
$feed->query
A pass-thru to the root element's "query" method.

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

Hey! The above document had some coding errors, which are explained below:
Around line 54:
=begin without a target?
Around line 119:
'=end' without a target?
2005-11-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.