The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::Object::DOM::Element::Unknown - HTML Object DOM Unknown Element Class

SYNOPSIS

    use HTML::Object::DOM::Element::Unknown;
    my $unknown = HTML::Object::DOM::Element::Unknown->new || 
        die( HTML::Object::DOM::Element::Unknown->error, "\n" );

VERSION

    v0.2.0

DESCRIPTION

The Unknown element interface represents an invalid HTML element and derives from the HTML Element interface, but without implementing any additional properties or methods.

INHERITANCE

    +-----------------------+     +---------------------------+     +-------------------------+     +----------------------------+     +-------------------------------------+
    | HTML::Object::Element | --> | HTML::Object::EventTarget | --> | HTML::Object::DOM::Node | --> | HTML::Object::DOM::Element | --> | HTML::Object::DOM::Element::Unknown |
    +-----------------------+     +---------------------------+     +-------------------------+     +----------------------------+     +-------------------------------------+

PROPERTIES

Inherits properties from its parent HTML::Object::DOM::Element

METHODS

Inherits methods from its parent HTML::Object::DOM::Element

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Mozilla documentation, Specifications

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.