◆ __construct()
ilObjQuestionPoolXMLParser::__construct |
( |
ilObjQuestionPool |
$poolOBJ, |
|
|
?string |
$xmlFile |
|
) |
| |
◆ handlerBeginTag()
ilObjQuestionPoolXMLParser::handlerBeginTag |
( |
|
$xmlParser, |
|
|
|
$tagName, |
|
|
|
$tagAttributes |
|
) |
| |
Definition at line 58 of file class.ilObjQuestionPoolXMLParser.php.
Referenced by setHandlers().
62 $this->inMetaDataTag =
true;
66 if ($this->inMetaDataTag) {
67 $this->inMdGeneralTag =
true;
77 $this->inSettingsTag =
true;
82 if ($this->inSettingsTag) {
◆ handlerCharacterData()
ilObjQuestionPoolXMLParser::handlerCharacterData |
( |
|
$xmlParser, |
|
|
|
$charData |
|
) |
| |
◆ handlerEndTag()
ilObjQuestionPoolXMLParser::handlerEndTag |
( |
|
$xmlParser, |
|
|
|
$tagName |
|
) |
| |
Definition at line 89 of file class.ilObjQuestionPoolXMLParser.php.
Referenced by setHandlers().
93 $this->inMetaDataTag =
false;
97 if ($this->inMetaDataTag) {
98 $this->inMdGeneralTag =
false;
103 if (!$this->title_processed) {
104 $this->poolOBJ->setTitle($this->cdata);
105 $this->title_processed =
true;
111 if (!$this->description_processed) {
112 $this->poolOBJ->setDescription($this->cdata);
113 $this->description_processed =
true;
119 $this->inSettingsTag =
false;
123 $this->poolOBJ->setSkillServiceEnabled((
bool) $this->cdata);
◆ setHandlers()
ilObjQuestionPoolXMLParser::setHandlers |
( |
|
$a_xml_parser | ) |
|
◆ $cdata
string ilObjQuestionPoolXMLParser::$cdata = "" |
|
private |
◆ $description_processed
bool ilObjQuestionPoolXMLParser::$description_processed = false |
|
private |
◆ $inMdGeneralTag
ilObjQuestionPoolXMLParser::$inMdGeneralTag |
|
private |
◆ $inMetaDataTag
ilObjQuestionPoolXMLParser::$inMetaDataTag |
|
private |
◆ $inSettingsTag
ilObjQuestionPoolXMLParser::$inSettingsTag |
|
private |
◆ $poolOBJ
◆ $title_processed
bool ilObjQuestionPoolXMLParser::$title_processed = false |
|
private |
The documentation for this class was generated from the following file: