NAME
HTML::HTML5::Outline::Section - represents a document section
DESCRIPTION
Methods
elementAn XML::LibXML::Element for the section.
elementsVarious XML::LibXML::Element objects which are within the section.
headerThe XML::LibXML::Element which represents the heading for the section.
headingThe text of the heading for the section.
orderThe order of the section relative to other sections and outlinees.
sectionsChild sections of this section.
childrenChild sections of this section, and outlinees within this section, sorted in document order.
SEE ALSO
HTML::HTML5::Outline::Outlinee, 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.