ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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) | |
![]() | |
__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 = [] |
![]() | |
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 | |
![]() | |
openXMLFile () | |
handleError (string $message) | |
setThrowException (bool $throw_exception) | |
![]() | |
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().
|
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().
|
private |
Definition at line 201 of file class.ilObjectXMLParser.php.
References $curr_obj.
Referenced by handlerEndTag().
ilObjectXMLParser::getObjectData | ( | ) |
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().
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().
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().
ilObjectXMLParser::setHandlers | ( | $a_xml_parser | ) |
XMLParser | resource | $a_xml_parser |
Definition at line 44 of file class.ilObjectXMLParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
|
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.