Package pylal :: Module webUtils :: Class SubSection
[hide private]
[frames] | no frames]

Class SubSection

source code

Content --+
          |
         SubSection

Class to store a subsection of a webpage

Instance Methods [hide private]
 
__init__(self, heading, secNumber, subNumber, filename, root='') source code
 
write(self, file, type) source code
 
writeSubSectionHeader(self, file, type) source code

Inherited from Content: appendTable, image, linebreak, link, list, text, verbatim

Method Details [hide private]

__init__(self, heading, secNumber, subNumber, filename, root='')
(Constructor)

source code 
Overrides: Content.__init__