The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::Object::DOM::Element::Meta - HTML Object DOM Meta Class

SYNOPSIS

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

VERSION

    v0.2.0

DESCRIPTION

This interface contains descriptive metadata about a document. It inherits all of the properties and methods described in the HTML::Object::Element interface.

INHERITANCE

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

PROPERTIES

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

content

Gets or sets the value of meta-data property.

httpEquiv

Gets or sets the name of an HTTP response header to define for a document.

name

Gets or sets the name of a meta-data property to define for a document.

scheme

Gets or sets the name of a scheme used to interpret the value of a meta-data property.

METHODS

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

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Mozilla documentation, Mozilla documentation on meta 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.