ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilSaxSubsetParser.php
Go to the documentation of this file.
1 <?php
2 
25 {
31  public function handlerBeginTag($a_xml_parser, string $a_name, array $a_attribs): void;
32 
38  public function handlerEndTag($a_xml_parser, string $a_name): void;
39 
44  public function handlerCharacterData($a_xml_parser, string $a_name): void;
45 }
handlerCharacterData($a_xml_parser, string $a_name)
Character data handler.
handlerEndTag($a_xml_parser, string $a_name)
End element handler.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
handlerBeginTag($a_xml_parser, string $a_name, array $a_attribs)
Start element handler.