Public Member Functions | |
__construct ($delegate) | |
startElement ($qname, $arguments) | |
endElement ($qname) | |
characters ($chars) | |
html ($html) | |
Private Attributes | |
$delegate |
Definition at line 986 of file HTMLDiff.php.
DelegatingContentHandler::__construct | ( | $ | delegate | ) |
DelegatingContentHandler::characters | ( | $ | chars | ) |
Definition at line 1002 of file HTMLDiff.php.
DelegatingContentHandler::endElement | ( | $ | qname | ) |
DelegatingContentHandler::html | ( | $ | html | ) |
Definition at line 1006 of file HTMLDiff.php.
DelegatingContentHandler::startElement | ( | $ | qname, | |
$ | arguments | |||
) |
DelegatingContentHandler::$delegate [private] |