Table of Contents

Class: StructuredText Zope-2.2.1-src/lib/python/StructuredText/StructuredText.py

Model text as structured collection of paragraphs.

Structure is implied by the indentation level.

This class is intended as a base classes that do actual text output formatting.

Methods   
__init__
__str__
  __init__ 
__init__ (
        self,
        aStructuredString,
        level=0,
        paragraph_divider=regex.compile( '\(\n *\)+\n' ),
        )

Convert a structured text string into a structured text object.

Aguments:

aStructuredString

The string to be parsed. level -- The level of top level headings to be created.

  __str__ 
__str__ ( self )


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6