class documentation
class Parser(object): (source)
Known subclasses: docutils.utils.math.math2html.BoundedDummy, docutils.utils.math.math2html.ExcludingParser, docutils.utils.math.math2html.FormulaParser, docutils.utils.math.math2html.HeaderParser, docutils.utils.math.math2html.LoneCommand, docutils.utils.math.math2html.PreambleParser, docutils.utils.math.math2html.StringParser, docutils.utils.math.math2html.TextParser
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 |
| Method | parsexml |
Parse a parameter in xml form: <param attr1=value...> |
| Instance Variable | begin |
Undocumented |
| Instance Variable | parameters |
Undocumented |
overridden in
docutils.utils.math.math2html.FormulaParser, docutils.utils.math.math2html.StringParserParse the header
overridden in
docutils.utils.math.math2html.FormulaParser, docutils.utils.math.math2html.StringParserUndocumented