NAME
OODoc::Text::SubSubSection - collects the text of one subsubsection within a subsection
INHERITANCE
OODoc::Text::SubSubSection
is a OODoc::Text::Structure
is a OODoc::Text
is a OODoc::Object
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.
OVERLOADED
METHODS
Constructors
- $obj->emptyExtension(CONTAINER)
- OODoc::Text::SubSubSection->new(OPTIONS)
-
-Option --Defined in --Default container OODoc::Text new(subsection) description OODoc::Text '' level OODoc::Text::Structure 3 linenr OODoc::Text <required> name OODoc::Text undef subsection <required> type OODoc::Text 'Subsubsection'
Inheritance knowledge
Attributes
- $obj->container([OBJECT])
- $obj->description()
- $obj->level()
- $obj->name()
- $obj->niceName()
- $obj->type()
Location
- $obj->chapter()
-
Returns the chapter object for this subsection.
- $obj->findEntry(NAME)
- $obj->manual([NAME])
- $obj->path()
- $obj->subsection()
-
Returns the subsection object for this subsubsection.
- $obj->unique()
- $obj->where()
Collected
- $obj->all(METHOD, PARAMETERS)
- $obj->example(OBJECT)
- $obj->examples()
- $obj->findDescriptionObject()
- $obj->isEmpty()
- $obj->openDescription()
Subroutines
Commonly used functions
- $obj->filenameToPackage(FILENAME)
- OODoc::Text::SubSubSection->filenameToPackage(FILENAME)
- $obj->mkdirhier(DIRECTORY)
- OODoc::Text::SubSubSection->mkdirhier(DIRECTORY)
Manual Repository
- $obj->addManual(MANUAL)
- $obj->mainManual(NAME)
- $obj->manuals()
- $obj->manualsForPackage(NAME)
- $obj->packageNames()
DIAGNOSTICS
- Error: manual definition requires manual object
-
A call to addManual() expects a new manual object (a OODoc::Manual), however an incompatible thing was passed. Usually, intended was a call to manualsForPackage() or mainManual().
SEE ALSO
This module is part of OODoc distribution version 2.00, built on January 11, 2013. Website: http://perl.overmeer.net/oodoc/
LICENSE
Copyrights 2003-2013 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 http://www.perl.com/perl/misc/Artistic.html