
Public Member Functions | |
| characterData (&$parser, $data) | |
| endElement (&$parser, $tag) | |
| & | getResult () |
| startElement (&$parser, $tag, $attributes) | |
Definition at line 181 of file XMLParser.inc.php.
| XMLParserHandler.characterData | ( | &$ | parser, | |
| $ | data | |||
| ) |
Callback function to act as the character data handler.
Reimplemented in XMLParserDOMHandler.
Definition at line 198 of file XMLParser.inc.php.
| XMLParserHandler.endElement | ( | &$ | parser, | |
| $ | tag | |||
| ) |
Callback function to act as the end element handler.
Reimplemented in XMLParserDOMHandler.
Definition at line 192 of file XMLParser.inc.php.
| & XMLParserHandler.getResult | ( | ) |
Returns a resulting data structure representing the parsed content. The format of this object is specific to the handler.
Reimplemented in XMLParserDOMHandler.
Definition at line 206 of file XMLParser.inc.php.
| XMLParserHandler.startElement | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
Callback function to act as the start element handler.
Reimplemented in XMLParserDOMHandler.
Definition at line 186 of file XMLParser.inc.php.
1.5.6