You are using a browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.

initParser()

Invocation: called between parser construction and parser startup.

Function in the Generator class: none that far.

Intention for subclasses: perform whatever seems appropriate in this state.

Parameters: the object. Remember that the parser object is available in attribute parser.

Return values: none expected.

Hints: it is strongly recommended to invoke the parent method, as by

    # don't forget the base class
    $me->SUPER::initParser;