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 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.
- label
-
A human-readable label for display in end-user applications.
- 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.
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 62:
'=end' without a target?