NAME

HTML::Object::DOM::Element::Directory - HTML Object DOM Directory Class

SYNOPSIS

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

VERSION

v0.2.0

DESCRIPTION

This interface provides special properties (beyond the HTML::Object::Element object interface it also has available to it by inheritance) to manipulate directory elements and their content.

INHERITANCE

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

PROPERTIES

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

compact

This boolean HTML attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it does not work in all browsers.

METHODS

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

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

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