|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilObjQuestionPoolXMLParser:
Collaboration diagram for ilObjQuestionPoolXMLParser:Public Member Functions | |
| __construct (ilObjQuestionPool $poolOBJ, ?string $xmlFile) | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag ($xmlParser, $tagName, $tagAttributes) | |
| handlerEndTag ($xmlParser, $tagName) | |
| handlerCharacterData ($xmlParser, $charData) | |
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) | |
Private Attributes | |
| ilObjQuestionPool | $poolOBJ |
| $inSettingsTag | |
| $inMetaDataTag | |
| $inMdGeneralTag | |
| bool | $descriptionProcessed = false |
| string | $cdata = "" |
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) | |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Definition at line 24 of file class.ilObjQuestionPoolXMLParser.php.
| ilObjQuestionPoolXMLParser::__construct | ( | ilObjQuestionPool | $poolOBJ, |
| ?string | $xmlFile | ||
| ) |
| ilObjQuestionPool | $poolOBJ | |
| $xmlFile |
Definition at line 39 of file class.ilObjQuestionPoolXMLParser.php.
References $poolOBJ, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilObjQuestionPoolXMLParser::handlerBeginTag | ( | $xmlParser, | |
| $tagName, | |||
| $tagAttributes | |||
| ) |
Definition at line 57 of file class.ilObjQuestionPoolXMLParser.php.
| ilObjQuestionPoolXMLParser::handlerCharacterData | ( | $xmlParser, | |
| $charData | |||
| ) |
Definition at line 132 of file class.ilObjQuestionPoolXMLParser.php.
| ilObjQuestionPoolXMLParser::handlerEndTag | ( | $xmlParser, | |
| $tagName | |||
| ) |
Definition at line 90 of file class.ilObjQuestionPoolXMLParser.php.
| ilObjQuestionPoolXMLParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 50 of file class.ilObjQuestionPoolXMLParser.php.
|
private |
Definition at line 33 of file class.ilObjQuestionPoolXMLParser.php.
|
private |
Definition at line 32 of file class.ilObjQuestionPoolXMLParser.php.
|
private |
Definition at line 31 of file class.ilObjQuestionPoolXMLParser.php.
|
private |
Definition at line 30 of file class.ilObjQuestionPoolXMLParser.php.
|
private |
Definition at line 28 of file class.ilObjQuestionPoolXMLParser.php.
|
private |
Definition at line 26 of file class.ilObjQuestionPoolXMLParser.php.
Referenced by __construct().