NAME

XML::Atom::Syndication::Person - class representing an Atom person construct

DESCRIPTION

A Person construct is an element that describes a person, corporation, or similar entity. The person construct is used to define an author or contributor.

METHODS

XML::Atom::Syndication::Person is a subclass of XML::Atom::Syndication:::Object that it inherits numerous methods from. You should already be familar with its base class before proceeding.

XML::Atom::Syndication::Author->new(...)
XML::Atom::Syndication::Contributor->new(...)

Since a person construct can be an author or a contributor XML::Atom::Syndication::Person contains two subclasses, XML::Atom::Syndication::Author and XML::Atom::Syndication::Contributor. These classes have identical interfaces. The only difference is the underlying element they represent in the parse tree.

ELEMENT ACCESSORS

The following known Atom elements can be accessed through objects of these classes. See ELEMENT ACCESSORS in XML::Atom::Syndication::Object for more detail.

name

A human-readable name for the person. A person construct must contain one name element.

uri

An IRI associated with the person.

email

An e-mail address associated with the person.

AUTHOR & COPYRIGHT

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 9:

=begin without a target?

Around line 74:

'=end' without a target?