NAME
HTML::Object::DOM::Element::HTML - HTML Object DOM HTML Class
SYNOPSIS
use HTML::Object::DOM::Element::HTML;
my $html = HTML::Object::DOM::Element::HTML->new ||
die( HTML::Object::DOM::Element::HTML->error, "\n" );
VERSION
v0.2.0
DESCRIPTION
The HTML::Object::DOM::Element::Html interface serves as the root node for a given HTML document. This object inherits the properties and methods described in the HTML::Object::DOM::Element interface.
INHERITANCE
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +----------------------------------+
| HTML::Object::Element | --> | HTML::Object::EventTarget | --> | HTML::Object::DOM::Node | --> | HTML::Object::DOM::Element | --> | HTML::Object::DOM::Element::HTML |
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +----------------------------------+
PROPERTIES
Inherits properties from its parent HTML::Object::DOM::Element
version
Is a string representing the version of the HTML Document Type Definition (DTD) that governs this document. This property should not be used any more as it is non-conforming. Omit it.
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 hr element
COPYRIGHT & LICENSE
Copyright(c) 2022 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.