Package sabx10 :: Package utils :: Module sabx2html :: Class HtmlProcessor
[hide private]
[frames] | no frames]

Class HtmlProcessor

source code

                          object --+        
                                   |        
templating.generic.TemplateProcessor --+    
                                       |    
           templating.sabx.SabxProcessor --+
                                           |
                                          HtmlProcessor

Process an SABX 1.0 file, pulling out all its point data for processing.

Instance Methods [hide private]
 
__init__(self, template_file=None, man=None)
Add optparse options for the index.
source code
 
get_template_data(self)
Add the points to the SABX 1.0 data.
source code

Inherited from templating.sabx.SabxProcessor: process_template

Inherited from templating.generic.TemplateProcessor: process, process_options

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]

Inherited from templating.sabx.SabxProcessor: in_file, sabx

Inherited from templating.generic.TemplateProcessor: args, man, options, out_file, parser, template_data, template_file, template_path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, template_file=None, man=None)
(Constructor)

source code 

Add optparse options for the index.

Parameters:
  • template_file (string) - (optional) file name of template file
  • man (string) - (optional) extended program help
Overrides: object.__init__

get_template_data(self)

source code 

Add the points to the SABX 1.0 data.

Overrides: templating.generic.TemplateProcessor.get_template_data