table of contents
| HTML::HTML5::Outline::Section(3pm) | User Contributed Perl Documentation | HTML::HTML5::Outline::Section(3pm) | 
NAME¶
HTML::HTML5::Outline::Section - represents a document sectionDESCRIPTION¶
Methods¶
- "element"
    An XML::LibXML::Element for the section. 
- "elements"
    Various XML::LibXML::Element objects which are within the section. 
- "header"
    The XML::LibXML::Element which represents the heading for the section. 
- "heading"
    The text of the heading for the section. 
- "order"
    The order of the section relative to other sections and outlinees. 
- "sections"
    Child sections of this section. 
- "children"
    Child 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 InksterThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| 2011-10-20 | perl v5.18.2 |