ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 ilGroupXMLParser, ilAdvancedMDParser, ilCourseXMLParser, and ilAdvancedMDValueParser.
Referenced by ilSaxController\handlerBeginTag().
ilSaxSubsetParser::handlerCharacterData | ( | $a_xml_parser, | |
string | $a_name | ||
) |
Character data handler.
resource | $a_xml_parser | xml parser |
Implemented in ilCourseXMLParser, ilGroupXMLParser, ilAdvancedMDParser, and ilAdvancedMDValueParser.
ilSaxSubsetParser::handlerEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
End element handler.
resource | $a_xml_parser | xml parser |
Implemented in ilCourseXMLParser, ilGroupXMLParser, ilAdvancedMDParser, and ilAdvancedMDValueParser.
Referenced by ilSaxController\handlerEndTag().