4include_once 
'./Services/Export/classes/class.ilXmlExporter.php';
 
   18                include_once(
"./Services/Style/classes/class.ilStyleDataSet.php");
 
   20                $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
 
   21                $this->ds->setDSPrefix(
"ds");
 
   26                if ($a_schema_version == 
"5.1.0")
 
   29                        $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
 
   30                        return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id, 
"", 
true, 
true);
 
   32                if ($a_schema_version == 
"5.0.0")
 
   34                        if ($a_entity == 
"sty")
 
   36                                include_once 
"Services/Style/Content/classes/class.ilObjStyleSheet.php";
 
   47                                return "<StyleSheetExport>".
 
   48                                        "<ImagePath>".$this->getRelativeExportDirectory().
"</ImagePath>".
 
   50                                        "</StyleSheetExport>";
 
   59                                "namespace" => 
"http://www.ilias.de/Services/Style/5_1",
 
   60                                "xsd_file" => 
"ilias_style_5_1.xsd",
 
   61                                "uses_dataset" => 
true,
 
   65                                "namespace" => 
"http://www.ilias.de/Services/Style/5_0",
 
   66                                "xsd_file" => 
"ilias_style_5_0.xsd",
 
   67                                "uses_dataset" => 
false,
 
An exception for terminatinating execution or to throw for unit testing.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
static rCopy($a_sdir, $a_tdir, $preserveTimeAttributes=false)
Copies content of a directory $a_sdir recursively to a directory $a_tdir.
static makeDirParents($a_dir)
Create a new directory and all parent directories.
getAbsoluteExportDirectory()
Get absolute export directory.