|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilTestSkillLevelThresholdXmlParser:
Collaboration diagram for ilTestSkillLevelThresholdXmlParser:Public Member Functions | |
| __construct (?string $path_to_file='') | |
| isParsingActive () | |
| setParsingActive (bool $parsingActive) | |
| getSkillLevelThresholdImportList () | |
| initSkillLevelThresholdImportList () | |
| getCurSkillBaseId () | |
| setCurSkillBaseId (?int $curSkillBaseId) | |
| getCurSkillTrefId () | |
| setCurSkillTrefId (?int $curSkillTrefId) | |
| getCurSkillLevelThreshold () | |
| setCurSkillLevelThreshold (?ilTestSkillLevelThresholdImport $curSkillLevelThreshold) | |
| 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) | |
Protected Member Functions | |
| getCharacterDataBuffer () | |
| resetCharacterDataBuffer () | |
| appendToCharacterDataBuffer (string $characterData) | |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes | |
| bool | $parsingActive = false |
| string | $characterDataBuffer = null |
| int | $curSkillBaseId = null |
| int | $curSkillTrefId = null |
| ilTestSkillLevelThresholdImportList | $skillLevelThresholdImportList = null |
| ilTestSkillLevelThresholdImport | $curSkillLevelThreshold = null |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Private Attributes | |
| ilDBInterface | $db |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Definition at line 27 of file class.ilTestSkillLevelThresholdXmlParser.php.
| ilTestSkillLevelThresholdXmlParser::__construct | ( | ?string | $path_to_file = '' | ) |
Definition at line 39 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 70 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by handlerCharacterData().
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $characterDataBuffer.
Referenced by handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::getCurSkillBaseId | ( | ) |
Definition at line 85 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillBaseId.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::getCurSkillLevelThreshold | ( | ) |
Definition at line 105 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillLevelThreshold.
Referenced by handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::getCurSkillTrefId | ( | ) |
Definition at line 95 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillTrefId.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::getSkillLevelThresholdImportList | ( | ) |
Definition at line 75 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $skillLevelThresholdImportList.
Referenced by handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::handlerBeginTag | ( | $xmlParser, | |
| $tagName, | |||
| $tagAttributes | |||
| ) |
Definition at line 121 of file class.ilTestSkillLevelThresholdXmlParser.php.
References getCurSkillBaseId(), getCurSkillTrefId(), initSkillLevelThresholdImportList(), isParsingActive(), resetCharacterDataBuffer(), setCurSkillBaseId(), setCurSkillLevelThreshold(), setCurSkillTrefId(), and setParsingActive().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::handlerCharacterData | ( | $xmlParser, | |
| $charData | |||
| ) |
Definition at line 215 of file class.ilTestSkillLevelThresholdXmlParser.php.
References appendToCharacterDataBuffer(), and isParsingActive().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::handlerEndTag | ( | $xmlParser, | |
| $tagName | |||
| ) |
Definition at line 157 of file class.ilTestSkillLevelThresholdXmlParser.php.
References getCharacterDataBuffer(), getCurSkillBaseId(), getCurSkillLevelThreshold(), getCurSkillTrefId(), getSkillLevelThresholdImportList(), isParsingActive(), resetCharacterDataBuffer(), setCurSkillBaseId(), setCurSkillLevelThreshold(), setCurSkillTrefId(), and setParsingActive().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::initSkillLevelThresholdImportList | ( | ) |
Definition at line 80 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::isParsingActive | ( | ) |
Definition at line 47 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $parsingActive.
Referenced by handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the caller graph for this function:
|
protected |
| string | $characterDataBuffer |
Definition at line 65 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::setCurSkillBaseId | ( | ?int | $curSkillBaseId | ) |
Definition at line 90 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillBaseId.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::setCurSkillLevelThreshold | ( | ?ilTestSkillLevelThresholdImport | $curSkillLevelThreshold | ) |
Definition at line 110 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillLevelThreshold.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::setCurSkillTrefId | ( | ?int | $curSkillTrefId | ) |
Definition at line 100 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillTrefId.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilTestSkillLevelThresholdXmlParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 115 of file class.ilTestSkillLevelThresholdXmlParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the call graph for this function:| ilTestSkillLevelThresholdXmlParser::setParsingActive | ( | bool | $parsingActive | ) |
Definition at line 52 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $parsingActive.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by getCharacterDataBuffer().
|
protected |
Definition at line 31 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by getCurSkillBaseId(), and setCurSkillBaseId().
|
protected |
Definition at line 37 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by getCurSkillLevelThreshold(), and setCurSkillLevelThreshold().
|
protected |
Definition at line 32 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by getCurSkillTrefId(), and setCurSkillTrefId().
|
private |
Definition at line 34 of file class.ilTestSkillLevelThresholdXmlParser.php.
|
protected |
Definition at line 29 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by isParsingActive(), and setParsingActive().
|
protected |
Definition at line 36 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by getSkillLevelThresholdImportList().