class documentation

class StringParser(Parser): (source)

View In Hierarchy

Parses just a string

Method parse Parse a single line
Method parseheader Do nothing, just take note
Instance Variable begin Undocumented

Inherited from Parser:

Method __init__ Undocumented
Method __str__ Return a description
Method parsecontainer Undocumented
Method parseending Parse until the current ending is found
Method parseparameter Parse a parameter
Instance Variable parameters Undocumented
def parse(self, reader): (source)

Parse a single line

def parseheader(self, reader): (source)

Do nothing, just take note