4 include_once(
"./Services/Xml/classes/class.ilSaxParser.php");
37 $this->install_id = $a_val;
47 return $this->install_id;
57 $this->install_url = $a_val;
67 return $this->install_url;
77 $this->main_entity = $a_val;
87 return $this->main_entity;
97 $this->title = $a_val;
154 xml_set_object($a_xml_parser, $this);
155 xml_set_element_handler($a_xml_parser,
'handleBeginTag',
'handleEndTag');
156 xml_set_character_data_handler($a_xml_parser,
'handleCharacterData');
165 parent::startParsing();
177 $this->
setTitle($a_attribs[
"Title"]);
183 $this->expfiles[] = array(
"component" => $a_attribs[
"Component"],
184 "path" => $a_attribs[
"Path"]);
188 $this->expsets[] = array(
189 'path' => $a_attribs[
'Path'],
190 'type' => $a_attribs[
'Type']
201 $this->chr_data =
"";
215 $this->chr_data .= $a_data;
getInstallId()
Get Installation ID.
handleEndTag($a_xml_parser, $a_name)
End Tag.
setHandlers($a_xml_parser)
Set event handlers.
setInstallUrl($a_val)
Set Installation Url.
startParsing()
Start parser.
setTitle($a_val)
Set title.
getExportFiles()
Set target release.
Base class for sax-based expat parsing extended classes need to overwrite the method setHandlers and ...
getMainEntity()
Get main entity.
handleCharacterData($a_xml_parser, $a_data)
End Tag.
setMainEntity($a_val)
Set main entity.
getInstallUrl()
Get Installation Url.
__construct($a_file)
Constructor.
handleBeginTag($a_xml_parser, $a_name, $a_attribs)
Begin Tag.
Manifest parser for ILIAS standard export files.
__construct(Container $dic, ilPlugin $plugin)
setInstallId($a_val)
Set Installation ID.