|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSaxSubsetParser:
Collaboration diagram for ilSaxSubsetParser:Public Member Functions | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| Start element handler. More... | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| End element handler. More... | |
| handlerCharacterData ($a_xml_parser, string $a_name) | |
| Character data handler. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface definition for sax subset parsers
Definition at line 24 of file interface.ilSaxSubsetParser.php.
| ilSaxSubsetParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
Start element handler.
| resource | $a_xml_parser | xml parser |
Implemented in ilAdvancedMDParser, ilAdvancedMDValueParser, ilCourseXMLParser, and ilGroupXMLParser.
Referenced by ilSaxController\handlerBeginTag().
Here is the caller graph for this function:| ilSaxSubsetParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
Character data handler.
| resource | $a_xml_parser | xml parser |
Implemented in ilAdvancedMDParser, ilAdvancedMDValueParser, ilCourseXMLParser, and ilGroupXMLParser.
| ilSaxSubsetParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
End element handler.
| resource | $a_xml_parser | xml parser |
Implemented in ilAdvancedMDParser, ilAdvancedMDValueParser, ilCourseXMLParser, and ilGroupXMLParser.
Referenced by ilSaxController\handlerEndTag().
Here is the caller graph for this function: