25         $ilUser = $DIC->user();
    36         if (!is_object($this->structureObject)) {
    41         $this->structureObject->exportXML($this);
    53         $this->
xmlSetDtdDef(
"<!DOCTYPE RepositoryObject PUBLIC \"-//ILIAS//DTD UserImport//EN\" \"" . ILIAS_HTTP_PATH . 
"/components/ILIAS/Export/xml/ilias_soap_structure_object_3_7.dtd\">");
    54         $this->
xmlSetGenCmt(
"Internal Structure Information of Repository Object");
 ilSoapStructureObject $structureObject
 
xmlSetGenCmt(string $genCmt)
Sets generated comment. 
 
XML writer class Class to simplify manual writing of xml documents. 
 
Abstract classs for soap structure objects. 
 
xmlSetDtdDef(string $dtdDef)
Sets dtd definition. 
 
setStructureObject(ilSoapStructureObject $structureObject)
 
xmlHeader()
Writes xml header. 
 
__construct(Container $dic, ilPlugin $plugin)
 
xmlDumpMem(bool $format=true)
Returns xml document from memory.