Package Pyblio :: Package Format :: Module HTML
[show private | hide private]
[frames | no frames]

Module Pyblio.Format.HTML

Transformation of the formatted record into an HTML representation.
Function Summary
  generate(t)
Actual HTML generator.
  _do_a(t)
  _do_b(t)
  _do_br(t)
  _do_i(t)
  _do_small(t)
  _do_t(t)

Variable Summary
dict _map = {'a': <function _do_a at 0xb78c5d14>, 'b': <funct...

Function Details

generate(t)

Actual HTML generator.
Parameters:
t - the formatted representation
           (type=an S3 abstract tree, as returned when calling a formatted on a record)
Returns:
the HTML code representing the cited record

Variable Details

_map

Type:
dict
Value:
{'a': <function _do_a at 0xb78c5d14>,
 'b': <function _do_b at 0xb78c5cdc>,
 'br': <function _do_br at 0xb78c5d4c>,
 'i': <function _do_i at 0xb78c5c6c>,
 'small': <function _do_small at 0xb78c5ca4>,
 't': <function _do_t at 0xb78c5c34>}                                  

Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 http://epydoc.sf.net