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
elementAn XML::LibXML::Element for the outlinee.
orderThe order of the outlinee relative to sections and other outlinees.
sectionsSections of this outlinee.
childrenSections 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.