=head1 NAME OODoc::Text::Chapter - collects the information of one chapter =head1 INHERITANCE OODoc::Text::Chapter is a OODoc::Text::Structure is a OODoc::Text is a OODoc::Object =head1 SYNOPSIS =head1 DESCRIPTION =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::Chapter-EB(OPTIONS) =over 4 Option --Defined in --Default container OODoc::Text new(manual) description OODoc::Text '' level OODoc::Text::Structure 1 linenr OODoc::Text manual undef name OODoc::Text undef type OODoc::Text 'Chapter' . container => OBJECT . description => STRING . level => INTEGER . linenr => INTEGER . manual => OBJECT =over 4 The manual in which this chapter is described. =back . name => STRING . 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(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 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::Chapter-EB(FILENAME) =over 4 See L =back $obj-EB(DIRECTORY) OODoc::Text::Chapter-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 =head2 Sections A chapters consists of a list of sections, which may contain subsections. $obj-EB
(NAME|OBJECT) =over 4 With a NAME, the section within this chapter with that name is returned. With an OBJECT (which must be a L), a new section is added to the end of the list. =back $obj-EB([SECTIONS]) =over 4 Returns a list of all sections in this chapter. =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.03, built on March 14, 2008. Website: F =head1 LICENSE Copyrights 2003-2008 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