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::RAI::Image(3) User Contributed Perl Documentation XML::RAI::Image(3)

XML::RAI::Image - An interface to the image elements of a RSS feed.

A subclass of XML::RAI::Object, XML::RAI::Image handles the mapping function and retrieval of RSS channel elements.

$image->src
Returns the XML::RSS::Parser::Element that the object is using as its source.
$image->parent
Returns the parent of the RAI object.
$image->add_mapping(key, @xpaths)
Creates or appends XPath mappings to the image object for extensibility and easier access of RAI.

These accessor methods attempt to retrieve meta data from the source XML::RSS::Parser element by checking a list of potential tag names until one returns a value. They are generally based on Dublin Core terminology and RSS elements that are common across the many formats. If called in a SCALAR context, the value of the first element of the tag being matched is returned. If called in an ARRAY context it will return all of the values to the tag being matched -- it does not return all of the values for all of the tags that have been mapped to the method. (Note that some mappings only allow one value to be returned.) Returns "undef" if nothing could be found.

The following are the tags (listed in XPath notation) mapped to each method and the order in which they are checked.

$image->description
  • /channel/image[0]/description
  • /channel/image[0]/rss091:description
$image->height
  • /channel/image[0]/height
  • /channel/image[0]/rss091:height
$image->link
/channel/image[0]/link
$image->title
  • /channel/image[0]/title
  • /channel/image[0]/dc:title
$image->url
  • /channel/image[0]/@rdf:resource
  • /channel/image[0]/@rdf:about
  • /channel/image[0]/url
$image->width
  • /channel/image[0]/width
  • /channel/image[0]/rss091:width

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

Hey! The above document had some coding errors, which are explained below:
Around line 34:
=begin without a target?
Around line 47:
'=item' outside of any '=over'
Around line 61:
You forgot a '=back' before '=head2'
Around line 140:
You forgot a '=back' before '=head1'
Around line 147:
'=end' without a target?
2009-08-14 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.