45 $this->inSettingsTag =
false;
46 $this->inMetaDataTag =
false;
47 $this->inMdGeneralTag =
false;
62 $this->inMetaDataTag =
true;
66 if ($this->inMetaDataTag) {
67 $this->inMdGeneralTag =
true;
77 $this->inSettingsTag =
true;
82 if ($this->inSettingsTag) {
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);
131 if ($charData !=
"\n") {
133 $charData = preg_replace(
"/\t+/",
" ", $charData);
135 $this->cdata .= $charData;
bool $description_processed
setHandlers($a_xml_parser)
handlerBeginTag($xmlParser, $tagName, $tagAttributes)
handlerEndTag($xmlParser, $tagName)
ilObjQuestionPool $poolOBJ
handlerCharacterData($xmlParser, $charData)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjQuestionPool $poolOBJ, ?string $xmlFile)
__construct(Container $dic, ilPlugin $plugin)