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

NAME

HTML::HTML5::Outline::Outlinee - an element with an independent outline

DESCRIPTION

Elements like <blockquote> have their own independent outline, which is nested within the primary outline somewhere.

Methods

  • element

    An XML::LibXML::Element for the outlinee.

  • order

    The order of the outlinee relative to sections and other outlinees.

  • sections

    Sections of this outlinee.

  • children

    Sections of this outlinee, sorted in document order.

SEE ALSO

HTML::HTML5::Outline::Section, HTML::HTML5::Outline.

AUTHOR

Toby Inkster, <tobyink@cpan.org>

COPYRIGHT AND LICENCE

Copyright (C) 2008-2011 by Toby Inkster

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.