NAME
XML::Atom::Syndication::Category - class representing an Atom category
DESCRIPTION
Conveys information about a category associated with an entry or feed. This specification assigns no meaning to the content (if any) of this element.
METHODS
XML::Atom::Syndication::Category 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.
ELEMENT ACCESSORS
The following known Atom elements can be accessed through objects of this class. See ELEMENT ACCESSORS in XML::Atom::Syndication::Object for more detail.
- term
-
A string that identifies the category to which the entry or feed belongs. This attribute is requires of all category elements.
- scheme
-
An IRI that identifies a categorization scheme.
- label
-
A human-readable label for display in end-user applications.
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 15:
=begin without a target?
- Around line 65:
'=end' without a target?