class documentation

class Parser(object):

Known subclasses: docutils.utils.math.math2html.BoundedDummy, docutils.utils.math.math2html.ExcludingParser, docutils.utils.math.math2html.FormulaParser, docutils.utils.math.math2html.LoneCommand, docutils.utils.math.math2html.StringParser, docutils.utils.math.math2html.TextParser

View In Hierarchy

A generic parser
Method __init__ Undocumented
Method __unicode__ Return a description
Method parsecontainer Undocumented
Method parseending Parse until the current ending is found
Method parseheader Parse the header
Method parseparameter Parse a parameter
Instance Variable begin Undocumented
Instance Variable parameters Undocumented
def __init__(self):

Undocumented

def __unicode__(self):
Return a description
def parsecontainer(self, reader, contents):

Undocumented

def parseending(self, reader, process):
Parse until the current ending is found
def parseheader(self, reader):
def parseparameter(self, reader):
Parse a parameter
parameters =

Undocumented