Root filter class for a phing buildfile.
The root filter is called by the parser first. This is where the phing specific parsing starts. RootHandler decides what to do next.
author |
Andreas Aderhold andi@binarycloud.com |
---|---|
copyright |
2001,2002 THYRELL. All rights reserved |
version |
$Id$ |
package |
phing.parser |
__construct($parser, $parentHandler)
The constructor must be called by all derived classes.
startElement($name, $attribs)
Must be overloaded by the child class. Throws an ExpatParseException if there is no handler registered for an element.
finished()
endElement($name)
Can be overloaded by the child class. But should not. It hands over control to the parentHandler of this.
characters($data)
exception |
ExpatParserException if there is no CDATA but method was called |
---|---|
access |
public |
configurator :
parentHandler :
parser :