ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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}
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.
handlerCharacterData($a_xml_parser, string $a_name)
Character data handler.
handlerEndTag($a_xml_parser, string $a_name)
End element handler.