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: f3ceb82f3a66fecb3f7ed9cf81cd37c7f22ab0a9 $ |
access |
public |
package |
phing.parser |
__construct( $parser, $parentHandler)
The constructor must be called by all derived classes.
canonicalName( $name)
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( $tag, $attrs)
throws |
if attributes are incomplete or invalid |
---|---|
startElement( $name, $attribs)
Must be overloaded by the child class. Throws an ExpatParseException if there is no handler registered for an element.
configurator : \ProjectConfigurator
parentHandler :
parser :