ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct () | |
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) | |
![]() | |
__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) | |
![]() | |
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 |
![]() | |
ilLanguage | $lng = null |
Private Attributes | |
ilDBInterface | $db |
Additional Inherited Members | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
Definition at line 27 of file class.ilTestSkillLevelThresholdXmlParser.php.
ilTestSkillLevelThresholdXmlParser::__construct | ( | ) |
Definition at line 39 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 69 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by handlerCharacterData().
|
protected |
Definition at line 56 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $characterDataBuffer.
Referenced by handlerEndTag().
ilTestSkillLevelThresholdXmlParser::getCurSkillBaseId | ( | ) |
Definition at line 84 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillBaseId.
Referenced by handlerBeginTag(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::getCurSkillLevelThreshold | ( | ) |
Definition at line 104 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillLevelThreshold.
Referenced by handlerEndTag().
ilTestSkillLevelThresholdXmlParser::getCurSkillTrefId | ( | ) |
Definition at line 94 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillTrefId.
Referenced by handlerBeginTag(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::getSkillLevelThresholdImportList | ( | ) |
Definition at line 74 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $skillLevelThresholdImportList.
Referenced by handlerEndTag().
ilTestSkillLevelThresholdXmlParser::handlerBeginTag | ( | $xmlParser, | |
$tagName, | |||
$tagAttributes | |||
) |
Definition at line 120 of file class.ilTestSkillLevelThresholdXmlParser.php.
References getCurSkillBaseId(), getCurSkillTrefId(), initSkillLevelThresholdImportList(), isParsingActive(), resetCharacterDataBuffer(), setCurSkillBaseId(), setCurSkillLevelThreshold(), setCurSkillTrefId(), and setParsingActive().
Referenced by setHandlers().
ilTestSkillLevelThresholdXmlParser::handlerCharacterData | ( | $xmlParser, | |
$charData | |||
) |
Definition at line 214 of file class.ilTestSkillLevelThresholdXmlParser.php.
References appendToCharacterDataBuffer(), and isParsingActive().
Referenced by setHandlers().
ilTestSkillLevelThresholdXmlParser::handlerEndTag | ( | $xmlParser, | |
$tagName | |||
) |
Definition at line 156 of file class.ilTestSkillLevelThresholdXmlParser.php.
References getCharacterDataBuffer(), getCurSkillBaseId(), getCurSkillLevelThreshold(), getCurSkillTrefId(), getSkillLevelThresholdImportList(), isParsingActive(), null, resetCharacterDataBuffer(), setCurSkillBaseId(), setCurSkillLevelThreshold(), setCurSkillTrefId(), and setParsingActive().
Referenced by setHandlers().
ilTestSkillLevelThresholdXmlParser::initSkillLevelThresholdImportList | ( | ) |
Definition at line 79 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by handlerBeginTag().
ilTestSkillLevelThresholdXmlParser::isParsingActive | ( | ) |
Definition at line 46 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $parsingActive.
Referenced by handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
|
protected |
string | $characterDataBuffer |
Definition at line 64 of file class.ilTestSkillLevelThresholdXmlParser.php.
Referenced by handlerBeginTag(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::setCurSkillBaseId | ( | ?int | $curSkillBaseId | ) |
Definition at line 89 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillBaseId.
Referenced by handlerBeginTag(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::setCurSkillLevelThreshold | ( | ?ilTestSkillLevelThresholdImport | $curSkillLevelThreshold | ) |
Definition at line 109 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillLevelThreshold.
Referenced by handlerBeginTag(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::setCurSkillTrefId | ( | ?int | $curSkillTrefId | ) |
Definition at line 99 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $curSkillTrefId.
Referenced by handlerBeginTag(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::setHandlers | ( | $a_xml_parser | ) |
Definition at line 114 of file class.ilTestSkillLevelThresholdXmlParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
ilTestSkillLevelThresholdXmlParser::setParsingActive | ( | bool | $parsingActive | ) |
Definition at line 51 of file class.ilTestSkillLevelThresholdXmlParser.php.
References $parsingActive.
Referenced by handlerBeginTag(), and handlerEndTag().
|
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().