class documentation

class StringContainer(Container): (source)

Known subclasses: docutils.utils.math.math2html.Constant

View In Hierarchy

A container for a single string
Method __init__ Undocumented
Method __unicode__ Return a printable representation.
Method changeline Undocumented
Method extracttext Return all text.
Method process Replace special chars from elyxer.the contents.
Method replacespecial Replace all special chars from elyxer.a line
Instance Variable output Undocumented
Instance Variable parsed Undocumented
Instance Variable parser Undocumented
Instance Variable string Undocumented

Inherited from Container:

Method escape Escape a line with replacements from elyxer.a map
Method escapeall Escape all lines in an array according to the output options.
Method escapeentities Escape all Unicode characters to HTML entities.
Method gethtml Get the resulting HTML
Method getparameter Get the value of a parameter, if present.
Method getparameterlist Get the value of a comma-separated parameter as a list.
Method group Group some adjoining elements into a group
Method hasemptyoutput Check if the parent's output is empty.
Method locateprocess Search for all embedded containers and process them
Method recursivesearch Perform a recursive search in the container.
Method remove Remove a container but leave its contents
Method searchall Search for all embedded containers of a given type
Method searchprocess Search for elements of a given type and process them
Method searchremove Search for all containers of a type and remove them
Method tree Show in a tree
Class Variable begin Undocumented
Class Variable parent Undocumented
Class Variable partkey Undocumented
Instance Variable contents Undocumented
def __unicode__(self): (source)
Return a printable representation.
def changeline(self, line): (source)

Undocumented

def extracttext(self): (source)
def process(self): (source)
Replace special chars from elyxer.the contents.
def replacespecial(self, line): (source)
Replace all special chars from elyxer.a line
output = (source)

Undocumented

parsed = (source)

Undocumented

parser = (source)

Undocumented

string = (source)

Undocumented