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

Class WebPage

source code

Content --+
          |
         WebPage

Class to store the web page output of a followup program

Instance Methods [hide private]
 
__init__(self, title, filename, root='') source code
 
appendSection(self, heading) source code
 
appendSubPage(self, title, file, root='') source code
 
linkNewSubPage(self, title, file, text='', root='') source code
 
write(self, type) source code
 
writeTitle(self, file, type) source code
 
writeHeader(self, file, type) source code
 
writeTableOfContents(self, file, type) source code
 
cleanWrite(self, type) source code

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

Method Details [hide private]

__init__(self, title, filename, root='')
(Constructor)

source code 
Overrides: Content.__init__