XML::Atom::Syndication::Category - class representing an Atom category
Conveys information about a category associated with an entry or feed. This
specification assigns no meaning to the content (if any) of this element.
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.
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 62:
- '=end' without a target?