NAME
HTML::Object::DOM::Element::Data - HTML Object DOM Data Class
SYNOPSIS
use HTML::Object::DOM::Element::Data;
my $data = HTML::Object::DOM::Element::Data->new ||
die( HTML::Object::DOM::Element::Data->error, "\n" );
VERSION
v0.2.0
DESCRIPTION
This interface provides special properties (beyond the regular HTML::Object::Element interface it also has available to it by inheritance) for manipulating <data
> elements.
INHERITANCE
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +----------------------------------+
| HTML::Object::Element | --> | HTML::Object::EventTarget | --> | HTML::Object::DOM::Node | --> | HTML::Object::DOM::Element | --> | HTML::Object::DOM::Element::Data |
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +----------------------------------+
PROPERTIES
Inherits properties from its parent HTML::Object::DOM::Element
value
Is a string reflecting the value HTML attribute, containing a machine-readable form of the element's value.
See also Mozilla documentation
METHODS
Inherits methods from its parent HTML::Object::DOM::Element
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Mozilla documentation, Mozilla documentation on data element
COPYRIGHT & LICENSE
Copyright(c) 2021 DEGUEST Pte. Ltd.
All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.