class TextParser(Parser):
Method | __init__ |
Undocumented |
Method | isending |
Check if text is ending |
Method | parse |
Parse lines as long as they are text |
Class Variable | stack |
Undocumented |
Instance Variable | ending |
Undocumented |
Instance Variable | endings |
Undocumented |
Inherited from Parser
:
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 |