45 $this->error = $DIC[
"ilErr"];
92 xml_set_object($a_xml_parser, $this);
93 xml_set_element_handler($a_xml_parser,
'handlerBeginTag',
'handlerEndTag');
94 xml_set_character_data_handler($a_xml_parser,
'handlerCharacterData');
116 include_once
'./Services/Container/classes/class.ilContainerSortingSettings.php';
136 $GLOBALS[
'ilLog']->write(__METHOD__ .
': Called ' . $a_name);
168 if ($a_data !=
"\n") {
170 $a_data = preg_replace(
"/\t+/",
" ", $a_data);
171 $this->cdata .= $a_data;
setHandlers($a_xml_parser)
set event handlers
startParsing()
stores xml data in array
handlerEndTag($a_xml_parser, $a_name)
handler for end of element
static _importContainerSortingSettings($attibs, $obj_id)
sorting import for all container objects
getFolder()
Get folder object.
setThrowException($throwException)
set error handling
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($folder, $xml)
Constructor.
handlerCharacterData($a_xml_parser, $a_data)
handler for character data
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFolder(ilObject $folder)
set weblink
__construct(Container $dic, ilPlugin $plugin)
setXMLContent($a_xml_content)
handlerBeginTag($a_xml_parser, $a_name, $a_attribs)
handler for begin of element
trimAndStrip(string $input)