=head1 NAME OODoc::Text::SubSubSection - collects the text of one subsubsection within a subsection =head1 INHERITANCE OODoc::Text::SubSubSection is a OODoc::Text::Structure is a OODoc::Text is a OODoc::Object =head1 SYNOPSIS =head1 DESCRIPTION A subsubsection (or head4) is the fourth level of refining document hierarchies. A subsubsection must be a part of a subsection, which is part of a section. =head1 OVERLOADED overload: B<'""' (stringification)> =over 4 See L =back overload: B<'==' and '!='> =over 4 See L =back overload: B<'cmp' (string comparison)> =over 4 See L =back =head1 METHODS =head2 Constructors $obj-EB(CONTAINER) =over 4 See L =back OODoc::Text::SubSubSection-EB(OPTIONS) =over 4 Option --Defined in --Default container OODoc::Text new(subsection) description OODoc::Text '' level OODoc::Text::Structure 3 linenr OODoc::Text name OODoc::Text undef subsection type OODoc::Text 'Subsubsection' . container => OBJECT . description => STRING . level => INTEGER . linenr => INTEGER . name => STRING . subsection => OBJECT =over 4 The section in which this sub-section lives. =back . type => STRING =back =head2 Inheritance knowledge $obj-EB([OBJECT]) =over 4 See L =back =head2 Attributes $obj-EB([OBJECT]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head2 Location $obj-EB =over 4 Returns the chapter object for this subsection. =back $obj-EB(NAME) =over 4 See L =back $obj-EB([NAME]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 Returns the subsection object for this subsubsection. =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head2 Collected $obj-EB(METHOD, PARAMETERS) =over 4 See L =back $obj-EB(OBJECT) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head2 Subroutines $obj-EB(OBJECTS) =over 4 See L =back $obj-EB(ARRAY) =over 4 See L =back $obj-EB(NAME) =over 4 See L =back $obj-EB =over 4 See L =back =head2 Commonly used functions $obj-EB(FILENAME) OODoc::Text::SubSubSection-EB(FILENAME) =over 4 See L =back $obj-EB(DIRECTORY) OODoc::Text::SubSubSection-EB(DIRECTORY) =over 4 See L =back =head2 Manual Repository $obj-EB(MANUAL) =over 4 See L =back $obj-EB(NAME) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB(NAME) =over 4 See L =back $obj-EB =over 4 See L =back =head1 DIAGNOSTICS Error: manual definition requires manual object =over 4 A call to L expects a new manual object (a L), however an incompatible thing was passed. Usually, intended was a call to L or L. =back =head1 SEE ALSO This module is part of OODoc distribution version 1.05, built on January 26, 2009. Website: F =head1 LICENSE Copyrights 2003-2009 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F