Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::Page
class TemplatePageFormat
Files: Synopsis/Formatter/HTML/Page.py
TemplatePageFormat-inheritance Scopes/Synopsis/Formatter/HTML/Page/PageFormat.html

PageFormat subclass that uses a template file to define the HTML header and footer for each page.


Operations Summary:
 __init__(self) [Source]
 load_file(self)
Loads and parses the template file [Source]
 write(self, os, text)
Writes the text to the output stream, replaceing @PREFIX@ with the prefix for this file [Source]
 page_header(self, os, title, body, headextra)
Formats the header using the template file [Source]
 page_footer(self, os, body)
Formats the footer using the template file [Source]

Operations Inherited from PageFormat
set_prefix, stylesheet, prefix