This is an abstract class all SAX handler classes must extend
author |
Andreas Aderhold andi@binarycloud.com |
---|---|
copyright |
2001,2002 THYRELL. All rights reserved |
version |
$Id: 80e6bcd33d9c9f015daa613666a24294e0814f81 $ |
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()
parentHandler :
parser :