class documentation

class Parser(ParserClass): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method parse ABSTRACT METHOD: needs to be overloaded by sub-classes.
Instance Variable version Undocumented

Inherited from ParserClass:

Class Method parse_image_url Parse urls style options for images like "foo.png?width=500" and returns a dict with the options. The base url will be in the dict as 'src'.
def __init__(self, version=WIKI_FORMAT_VERSION): (source)

Undocumented

def parse(self, input, file_input=False): (source)

ABSTRACT METHOD: needs to be overloaded by sub-classes.

This method takes a text or an iterable with lines and returns a ParseTree object.

version = (source)

Undocumented