Package qm :: Module structured_text :: Class StructuredTextProcessor
[show private | hide private]
[frames | no frames]

Class StructuredTextProcessor


Parser and formatter for Python structured text.
Method Summary
  __init__(self, formatter)
Create a new structured text processor.
  __call__(self, text)
Process structured text 'text'.
  End(self)
Stop processing text, and do any necessary cleanup.
  NormalizeSpaces(self, text)
Return 'text' with spaces normalized.

Method Details

__init__(self, formatter)
(Constructor)

Create a new structured text processor.

'formatter' -- The formatter to use to generate output.

__call__(self, text)
(Call operator)

Process structured text 'text'.

End(self)

Stop processing text, and do any necessary cleanup.

NormalizeSpaces(self, text)

Return 'text' with spaces normalized.

Generated by Epydoc 2.1 on Thu Sep 27 15:49:07 2007 http://epydoc.sf.net