Configures a Project (complete with Targets and Tasks) based on a XML build file.
Design/ZE2 migration note: If PHP would support nested classes. All the phing/parser/*Filter classes would be nested within this class
author |
Andreas Aderhold andi@binarycloud.com |
---|---|
copyright |
2001,2002 THYRELL. All rights reserved |
version |
$Id: 3a401edaa81df29a7b195ed648998bf7c15a4303 $ |
access |
public |
package |
phing.parser |
__construct( $parser, $parentHandler)
The constructor must be called by all derived classes.
characters( $data)
exception |
ExpatParserException if there is no CDATA but method
|
---|---|
access |
public |
endElement( $name)
Can be overloaded by the child class. But should not. It hands over control to the parentHandler of this.
finished()
init( $propType, $attrs)
This includes:
throws |
if attributes are incomplete or invalid |
---|---|
access |
public |
startElement( $name, $attribs)
Must be overloaded by the child class. Throws an ExpatParseException if there is no handler registered for an element.
target :
element :
wrapper :
parentHandler :
parser :