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::Atom::Syndication::Link(3) User Contributed Perl Documentation XML::Atom::Syndication::Link(3)

XML::Atom::Syndication::Link - class representing an Atom link

A link defines a reference from an entry or feed to a Web resource.

XML::Atom::Syndication::Link is a subclass of XML::Atom::Syndication:::Object that it inherits a number of methods from. You should already be familiar with this base class before proceeding.

All of these accessors return a string. You can set these attributes by passing in an optional string.

href
The link's IRI. Link elements must have an href attribute.
hreflang
The language of the resource pointed to by the href attribute.
length
An advisory length of the linked content in octets; it is a hint about the content length of the representation returned when the IRI is dereferenced.
rel
Indicates the link relation type. Atom defines five initial values for the rel attribute: alternate, related, self, enclosure, via.
title
Conveys human-readable information about the link.
type
An advisory media type; it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced.

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

Hey! The above document had some coding errors, which are explained below:
Around line 15:
=begin without a target?
Around line 78:
'=end' without a target?
2007-12-31 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.