ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilSaxSubsetParser Interface Reference

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...
 

Detailed Description

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

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 24 of file interface.ilSaxSubsetParser.php.

Member Function Documentation

◆ handlerBeginTag()

ilSaxSubsetParser::handlerBeginTag (   $a_xml_parser,
string  $a_name,
array  $a_attribs 
)

Start element handler.

Parameters
resource$a_xml_parserxml parser

Implemented in ilGroupXMLParser, ilAdvancedMDParser, ilCourseXMLParser, and ilAdvancedMDValueParser.

Referenced by ilSaxController\handlerBeginTag().

+ Here is the caller graph for this function:

◆ handlerCharacterData()

ilSaxSubsetParser::handlerCharacterData (   $a_xml_parser,
string  $a_name 
)

Character data handler.

Parameters
resource$a_xml_parserxml parser

Implemented in ilCourseXMLParser, ilGroupXMLParser, ilAdvancedMDParser, and ilAdvancedMDValueParser.

◆ handlerEndTag()

ilSaxSubsetParser::handlerEndTag (   $a_xml_parser,
string  $a_name 
)

End element handler.

Parameters
resource$a_xml_parserxml parser

Implemented in ilCourseXMLParser, ilGroupXMLParser, ilAdvancedMDParser, and ilAdvancedMDValueParser.

Referenced by ilSaxController\handlerEndTag().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: