Handler class for the <project> XML element This class handles all elements under the <project> element.
author |
Andreas Aderhold andi@binarycloud.com |
---|---|
copyright |
(c) 2001,2002 THYRELL. All rights reserved |
version |
$Id: 1faacd0c16a50cdda35ad3f3a9b2a7079dfabd7c $ |
access |
public |
package |
phing.parser |
__construct( $parser, $parentHandler)
The constructor must be called by all derived classes.
canonicalName( $name) : mixed
mixed
characters( $data)
throws | |
---|---|
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(string $tag, array $attrs)
throws |
if attributes are incomplete or invalid |
---|---|
string
the tag that comes in
array
attributes the tag carries
startElement( $name, $attrs)
throws |
if a unxepected element occurs |
---|---|
access |
public |
configurator : \ProjectConfigurator
parentHandler :
parser :