Home | Trees | Index | Help |
---|
|
|
|||
__init__(self,
formatter)
Create a new structured text processor. |
|||
NormalizeSpaces(self,
text)
Return 'text' with spaces normalized. |
|||
__call__(self,
text)
Process structured text 'text'. |
|||
End(self)
Stop processing text, and do any necessary cleanup. |
|||
__PushType(self,
type,
indentation)
Start a new environment. |
|||
__PopType(self)
End and remove the innermost environment. |
|||
__SetType(self,
type,
indentation,
label=None)
Set the environment type and indentation level. |
|||
__WriteText(self,
text)
Write paragraph text. |
|
Create a new structured text processor. 'formatter' -- The formatter to use to generate output. |
|
|
|
|
|
|
|
|
__punctuation
|
__bullet_regex
|
__sequence_regex
|
__definition_regex
|
__collapse_regex
|
__indent_regex
|
__literal_regex
|
__strong_regex
|
__emph_regex
|
__underline_regex
|
__link_regex
|
__link_footnote_regex
|
__non_nestable_types
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:31 2007 | http://epydoc.sf.net |