=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 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 =over 4 =item overload: B<'""' (stringification)> See L =item overload: B<'==' and '!='> See L =item overload: B<'cmp' (string comparison)> See L =back =head1 METHODS =head2 Constructors =over 4 =item $obj-EB(CONTAINER) See L =item OODoc::Text::SubSubSection-EB(OPTIONS) -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' =over 2 =item container => OBJECT =item description => STRING =item level => INTEGER =item linenr => INTEGER =item name => STRING =item subsection => OBJECT The section in which this sub-section lives. =item type => STRING =back =back =head2 Inheritance knowledge =over 4 =item $obj-EB([OBJECT]) See L =back =head2 Attributes =over 4 =item $obj-EB([OBJECT]) See L =item $obj-EB See L =item $obj-EB See L =item $obj-EB See L =item $obj-EB See L =item $obj-EB See L =back =head2 Location =over 4 =item $obj-EB Returns the chapter object for this subsection. =item $obj-EB(NAME) See L =item $obj-EB([NAME]) See L =item $obj-EB See L =item $obj-EB Returns the subsection object for this subsubsection. =item $obj-EB See L =item $obj-EB See L =back =head2 Collected =over 4 =item $obj-EB(METHOD, PARAMETERS) See L =item $obj-EB(OBJECT) See L =item $obj-EB See L =item $obj-EB See L =item $obj-EB See L =item $obj-EB See L =back =head2 Subroutines =over 4 =item $obj-EB(OBJECTS) See L =item $obj-EB(ARRAY) See L =item $obj-EB(NAME) See L =item $obj-EB See L =back =head2 Commonly used functions =over 4 =item $obj-EB(FILENAME) OODoc::Text::SubSubSection-EB(FILENAME) See L =item $obj-EB(DIRECTORY) OODoc::Text::SubSubSection-EB(DIRECTORY) See L =back =head2 Manual Repository =over 4 =item $obj-EB(MANUAL) See L =item $obj-EB(NAME) See L =item $obj-EB See L =item $obj-EB(NAME) See L =item $obj-EB See L =back =head1 DIAGNOSTICS =over 4 =item Error: manual definition requires manual object 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.06, built on January 26, 2011. Website: F =head1 LICENSE Copyrights 2003-2011 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