|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilPluginReader. More...
Inheritance diagram for ilPluginReader:
Collaboration diagram for ilPluginReader:Public Member Functions | |
| ilPluginReader ($a_path, $a_ctype, $a_cname, $a_slot_id, $a_pname) | |
| startParsing () | |
| stores xml data in array | |
| setHandlers ($a_xml_parser) | |
| set event handler should be overwritten by inherited class private | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| start tag handler | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| end tag handler | |
| handlerCharacterData ($a_xml_parser, $a_data) | |
| end tag handler | |
Public Member Functions inherited from ilSaxParser | |
| ilSaxParser ($a_xml_file= '', $throwException=false) | |
| Constructor setup ILIAS global object public. | |
| setXMLContent ($a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| createParser () | |
| create parser | |
| setOptions ($a_xml_parser) | |
| set parser options | |
| openXMLFile () | |
| open xml file | |
| parse ($a_xml_parser, $a_fp=null) | |
| parse xml file | |
| freeParser ($a_xml_parser) | |
| free xml parser handle | |
| setThrowException ($throwException) | |
| set error handling | |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| $input_type = null | |
| $xml_content = '' | |
| $ilias | |
| $lng | |
| $xml_file | |
| $throwException = false | |
Protected Member Functions inherited from ilSaxParser | |
| handleError ($message, $code) | |
| use given error handler to handle error message or internal ilias error message handle | |
Class ilPluginReader.
Reads plugin information of plugin.xml files into db
Definition at line 35 of file class.ilPluginReader.php.
| ilPluginReader::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $a_attribs | |||
| ) |
start tag handler
| ressouce | internal xml_parser_handler |
| string | element tag name |
| array | element attributes private |
Definition at line 70 of file class.ilPluginReader.php.
| ilPluginReader::handlerCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
end tag handler
| ressouce | internal xml_parser_handler |
| string | data private |
Definition at line 140 of file class.ilPluginReader.php.
| ilPluginReader::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
end tag handler
| ressouce | internal xml_parser_handler |
| string | element tag name private |
Definition at line 127 of file class.ilPluginReader.php.
| ilPluginReader::ilPluginReader | ( | $a_path, | |
| $a_ctype, | |||
| $a_cname, | |||
| $a_slot_id, | |||
| $a_pname | |||
| ) |
Definition at line 38 of file class.ilPluginReader.php.
References ilSaxParser\ilSaxParser().
Here is the call graph for this function:| ilPluginReader::setHandlers | ( | $a_xml_parser | ) |
set event handler should be overwritten by inherited class private
Reimplemented from ilSaxParser.
Definition at line 55 of file class.ilPluginReader.php.
| ilPluginReader::startParsing | ( | ) |
stores xml data in array
private
| ilSaxParserException | or ILIAS Error |
Reimplemented from ilSaxParser.
Definition at line 50 of file class.ilPluginReader.php.