ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSaxSubsetParser Interface Reference

Interface definition for sax subset parsers. 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

Interface definition for sax subset parsers.

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

Definition at line 21 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, ilCourseXMLParser, ilAdvancedMDParser, 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: