|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilLearningSequenceXMLParser:
Collaboration diagram for ilLearningSequenceXMLParser:Public Member Functions | |
| __construct (protected ilObjLearningSequence $obj, string $xml) | |
| start () | |
| setHandlers ($a_xml_parser) | |
| handleBeginTag ( $parser, string $name, array $attributes) | |
| handleEndTag ($parser, string $name) | |
| handleCharacterData ($parser, $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) | |
Protected Attributes | |
| array | $object |
| array | $ls_item_data |
| array | $settings |
| array | $lp_settings |
| int | $counter |
| string | $actual_name |
| string | $cdata = '' |
| string | $current_container_setting = '' |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Definition at line 23 of file class.ilLearningSequenceXMLParser.php.
| ilLearningSequenceXMLParser::__construct | ( | protected ilObjLearningSequence | $obj, |
| string | $xml | ||
| ) |
Definition at line 49 of file class.ilLearningSequenceXMLParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\settings(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilLearningSequenceXMLParser::handleBeginTag | ( | $parser, | |
| string | $name, | ||
| array | $attributes | ||
| ) |
Definition at line 86 of file class.ilLearningSequenceXMLParser.php.
References $counter, ILIAS\Repository\int(), and ILIAS\Repository\settings().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningSequenceXMLParser::handleCharacterData | ( | $parser, | |
| $data | |||
| ) |
Definition at line 156 of file class.ilLearningSequenceXMLParser.php.
References $data.
Referenced by setHandlers().
Here is the caller graph for this function:| ilLearningSequenceXMLParser::handleEndTag | ( | $parser, | |
| string | $name | ||
| ) |
Definition at line 123 of file class.ilLearningSequenceXMLParser.php.
References ilContainer\_writeContainerSetting().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningSequenceXMLParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 80 of file class.ilLearningSequenceXMLParser.php.
References handleBeginTag(), handleCharacterData(), and handleEndTag().
Here is the call graph for this function:| ilLearningSequenceXMLParser::start | ( | ) |
Definition at line 68 of file class.ilLearningSequenceXMLParser.php.
References $lp_settings, $ls_item_data, $object, $settings, and ilSaxParser\startParsing().
Here is the call graph for this function:
|
protected |
Definition at line 45 of file class.ilLearningSequenceXMLParser.php.
|
protected |
Definition at line 46 of file class.ilLearningSequenceXMLParser.php.
|
protected |
Definition at line 44 of file class.ilLearningSequenceXMLParser.php.
Referenced by handleBeginTag().
|
protected |
Definition at line 47 of file class.ilLearningSequenceXMLParser.php.
|
protected |
Definition at line 43 of file class.ilLearningSequenceXMLParser.php.
Referenced by start().
|
protected |
Definition at line 33 of file class.ilLearningSequenceXMLParser.php.
Referenced by start().
|
protected |
Definition at line 28 of file class.ilLearningSequenceXMLParser.php.
Referenced by start().
|
protected |
Definition at line 38 of file class.ilLearningSequenceXMLParser.php.
Referenced by start().