The manakai project

Web::DOM::AtomThreadInReplyToElement

The DOM AtomThreadInReplyToElement object

DESCRIPTION

The Web::DOM::AtomThreadInReplyToElement class implements the DOM AtomThreadInReplyToElement interface. The class is used by the Atom Threading extension's in-reply-to element.

METHODS

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

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

Return or set the href attribute. [ATOMDOM]

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

Return or set the ref attribute. [ATOMDOM]

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

Return or set the source attribute. [ATOMDOM]

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

Return or set the type 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.