31        $this->ds->setDSPrefix(
'ds');
 
   45                'namespace' => 
'http://www.ilias.de/Modules/DataCollection/dcl/4_5',
 
   46                'xsd_file" => "ilias_dcl_4_5.xsd',
 
   47                'uses_dataset' => 
true,
 
   58        $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
 
   59        $this->ds->exportLibraryFile($a_id);
 
   61        return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id, 
'', 
true, 
true);
 
An exception for terminatinating execution or to throw for unit testing.
Bibliographic dataset class.
Exporter class for Bibliographic class.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
getValidSchemaVersions($a_entity)
static makeDirParents($a_dir)
Create a new directory and all parent directories.
getAbsoluteExportDirectory()
Get absolute export directory.