|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilObjectXMLParser:
Collaboration diagram for ilObjectXMLParser:Public Member Functions | |
| __construct (string $a_xml_data='', ?bool $throw_exception=false) | |
| getObjectData () | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| handlerCharacterData ($a_xml_parser, string $a_data) | |
Public Member Functions inherited from ilSaxParser | |
| __construct (?string $path_to_file='', ?bool $throw_exception=false) | |
| setXMLContent (string $a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array More... | |
| createParser () | |
| setHandlers ($a_xml_parser) | |
| parse ($a_xml_parser, $a_fp=null) | |
Data Fields | |
| array | $object_data = [] |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Private Member Functions | |
| addProperty (string $a_name, $a_value) | |
| addReference (int $a_ref_id, int $a_parent_id, array $a_time_target) | |
Private Attributes | |
| int | $ref_id = 0 |
| int | $parent_id = 0 |
| int | $curr_obj = 0 |
| array | $time_target = [] |
| string | $cdata = '' |
Additional Inherited Members | |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
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
Definition at line 19 of file class.ilObjectXMLParser.php.
| ilObjectXMLParser::__construct | ( | string | $a_xml_data = '', |
| ?bool | $throw_exception = false |
||
| ) |
Definition at line 29 of file class.ilObjectXMLParser.php.
References ilSaxParser\$throw_exception, ILIAS\GlobalScreen\Provider\__construct(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:
|
private |
| string$a_name | ||
| string | int | $a_value |
Definition at line 196 of file class.ilObjectXMLParser.php.
References $curr_obj.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:
|
private |
Definition at line 201 of file class.ilObjectXMLParser.php.
References $curr_obj.
Referenced by handlerEndTag().
Here is the caller graph for this function:| ilObjectXMLParser::getObjectData | ( | ) |
Definition at line 35 of file class.ilObjectXMLParser.php.
References $object_data.
| ilObjectXMLParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
| XMLParser | resource | $a_xml_parser |
Definition at line 53 of file class.ilObjectXMLParser.php.
References $curr_obj, ilUtil\__extractId(), addProperty(), and IL_INST_ID.
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_data |
Definition at line 181 of file class.ilObjectXMLParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilObjectXMLParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_name |
Definition at line 135 of file class.ilObjectXMLParser.php.
References addProperty(), and addReference().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 44 of file class.ilObjectXMLParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the call graph for this function:
|
private |
Definition at line 27 of file class.ilObjectXMLParser.php.
|
private |
Definition at line 25 of file class.ilObjectXMLParser.php.
Referenced by addProperty(), addReference(), and handlerBeginTag().
| array ilObjectXMLParser::$object_data = [] |
Definition at line 21 of file class.ilObjectXMLParser.php.
Referenced by getObjectData().
|
private |
Definition at line 24 of file class.ilObjectXMLParser.php.
|
private |
Definition at line 23 of file class.ilObjectXMLParser.php.
|
private |
Definition at line 26 of file class.ilObjectXMLParser.php.