45 string $a_schema_version,
51 $this->mapping = $a_mapping;
52 $this->top_entity = $a_top_entity;
53 $this->schema_version = $a_schema_version;
54 $this->dspref = ($this->ds->getDSPrefix() !==
"")
55 ? $this->ds->getDSPrefix() .
":" 82 case $this->dspref .
"DataSet":
84 $this->current_installation_id = $a_attribs[
"InstallationId"];
85 $this->ds->setCurrentInstallationId($a_attribs[
"InstallationId"]);
88 case $this->dspref .
"Types":
89 $this->current_entity = $a_attribs[
"Entity"];
90 $this->current_version = $a_attribs[
"Version"];
93 case $this->dspref .
"FieldType":
94 $this->current_ftypes[$a_attribs[
"Name"]] =
98 case $this->dspref .
"Rec":
99 $this->current_entity = $a_attribs[
"Entity"];
100 $this->in_record =
true;
101 $this->current_field_values = array();
105 if ($this->in_record) {
106 $field = explode(
":", $a_name);
107 $field = $field[count($field) - 1];
108 $this->current_field = $field;
118 case $this->dspref .
"Types":
121 "version" => $this->current_version,
122 "types" => $this->current_ftypes
124 $this->current_ftypes = array();
125 $this->current_entity =
"";
126 $this->current_version =
"";
129 case $this->dspref .
"Rec":
130 $this->ds->importRecord(
131 $this->current_entity,
132 $this->entities[$this->current_entity][
"types"] ?? [],
133 $this->current_field_values,
135 $this->schema_version
137 $this->in_record =
false;
138 $this->current_entity =
"";
139 $this->current_field_values = array();
143 if ($this->in_record && $this->current_field !==
"") {
147 $this->current_field =
"";
151 $this->chr_data =
"";
159 $this->chr_data .= $a_data;
__construct(string $a_top_entity, string $a_schema_version, string $a_xml, ilDataSet $a_ds, ilImportMapping $a_mapping)
string $current_installation_id
startParsing()
stores xml data in array
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
array $current_field_values
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getCurrentInstallationId()
handleEndTag( $a_xml_parser, string $a_name)
handleBeginTag( $a_xml_parser, string $a_name, array $a_attribs)
handleCharacterData( $a_xml_parser, string $a_data)
__construct(Container $dic, ilPlugin $plugin)
setHandlers($a_xml_parser)
setXMLContent(string $a_xml_content)