class documentation

class BoundedDummy(Parser): (source)

View In Hierarchy

A bound parser that ignores everything

Method parse Parse the contents of the container

Inherited from Parser:

Method __init__ Undocumented
Method __str__ 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 parse(self, reader): (source)

Parse the contents of the container