The manakai project

Web::DOM::HTMLTitleElement

The DOM HTMLTitleElement object

DESCRIPTION

The Web::DOM::HTMLTitleElement class implements the DOM HTMLTitleElement interface. The class is used by the HTML title element.

METHODS

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

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

Return or set the text content of the element. [HTML]

SPECIFICATION

HTML

HTML Standard <http://www.whatwg.org/specs/web-apps/current-work/#the-title-element>.

SEE ALSO

Web::DOM::HTMLElement.

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.