The manakai project

Web::DOM::AtomCategoryElement

The DOM AtomCategoryElement object

DESCRIPTION

The Web::DOM::AtomCategoryElement class implements the DOM AtomCategoryElement interface. The class is used by the Atom category element.

METHODS

In addition to the methods available for classes Web::DOM::Element and Web::DOM::AtomElement, the following method is available:

$string = $el->label
$el->label ($string)

Return or set the label attribute. [ATOMDOM]

$string = $el->scheme
$el->scheme ($string)

Return or set the scheme attribute. [ATOMDOM]

$string = $el->term
$el->term ($string)

Return or set the term attribute. [ATOMDOM]

SPECIFICATION

ATOMDOM

Atom DOM <http://suika.suikawiki.org/www/markup/xml/atomdom>.

SEE ALSO

Web::DOM::AtomElement.

AUTHOR

Wakaba <wakaba@suikawiki.org>.

LICENSE

Copyright 2013 Wakaba <wakaba@suikawiki.org>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.