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: d0fb923d8e3582c8d9c75a59f19d0ba4ea6812f8 $ |
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 was called |
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 |
---|---|
configurator : \ProjectConfigurator
parentHandler :
parser :