NAME
HTML::Object::DOM::Element::Mod - HTML Object DOM Mod Class
SYNOPSIS
use HTML::Object::DOM::Element::Mod;
my $mod = HTML::Object::DOM::Element::Mod->new ||
die( HTML::Object::DOM::Element::Mod->error, "\n" );
VERSION
v0.2.0
DESCRIPTION
This interface provides special properties (beyond the regular methods and properties available through the HTML::Object::DOM::Element interface they also have available to them by inheritance) for manipulating modification elements, that is <del> and <ins>.
INHERITANCE
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +---------------------------------+
| HTML::Object::Element | --> | HTML::Object::EventTarget | --> | HTML::Object::DOM::Node | --> | HTML::Object::DOM::Element | --> | HTML::Object::DOM::Element::Mod |
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +---------------------------------+
PROPERTIES
Inherits properties from its parent HTML::Object::DOM::Element
cite
Is a string reflecting the cite HTML attribute, containing a URI of a resource explaining the change.
See also Mozilla documentation
dateTime
Is a string reflecting the datetime HTML attribute, containing a date-and-time string representing a timestamp for the change.
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 mod 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.