The generic element handler class.
This class handles the occurance of runtime registered tags like datatypes (fileset, patternset, etc) and it's possible nested tags. It introspects the implementation of the class and sets up the data structures.
author |
Michiel Rook mrook@php.net |
---|---|
copyright |
2001,2002 THYRELL. All rights reserved |
version |
$Id: 76fe088bf743c9690c81870b92c318c0fe4f38d9 $ |
package |
phing.parser |
__construct( $parser, $parentHandler)
The constructor must be called by all derived classes.
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( $propType, $attrs)
This includes:
throws |
if the setup process fails |
---|---|
startElement( $name, $attrs)
parent : object
var |
---|
object
child : object
var |
---|
object
parentWrapper : object
var |
---|
object
childWrapper : object
var |
---|
object
target : object
var |
the target instance |
---|
object
parentHandler :
parser :