The manakai project

Web::DOM::HTMLObjectElement

The DOM HTMLObjectElement object

DESCRIPTION

The Web::DOM::HTMLObjectElement class implements the DOM HTMLObjectElement interface. The class is used by the HTML object element.

METHODS

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

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

Return or set the data attribute. [HTML]

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

Return or set the height attribute. [HTML]

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

Return or set the name attribute. [HTML]

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

Return or set the type attribute. [HTML]

$boolean = $el->typemustmatch
$el->typemustmatch ($boolean)

Return or set whether the typemustmatch attribute is specified or not. [HTML]

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

Return or set the usemap attribute. [HTML]

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

Return or set the width attribute. [HTML]

Additionally, the following obsolete methods are available: align, archive, border, code, codebase, codetype, declare, hspace, standby, and vspace. [HTML]

SPECIFICATION

HTML

HTML Standard <http://www.whatwg.org/specs/web-apps/current-work/#the-object-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.