5 include_once
"./Services/Xml/classes/class.ilXmlWriter.php";
43 $this->user_id =
$ilUser->getId();
55 if (!is_object($this->structureObject)) {
61 $this->structureObject->exportXML($this);
76 $this->
xmlSetDtdDef(
"<!DOCTYPE RepositoryObject PUBLIC \"-//ILIAS//DTD UserImport//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_soap_structure_object_3_7.dtd\">");
77 $this->
xmlSetGenCmt(
"Internal Structure Information of Repository Object");
xmlSetGenCmt($genCmt)
Sets generated comment.
xmlSetDtdDef($dtdDef)
Sets dtd definition.
xmlDumpMem($format=true)
Returns xml document from memory.
setStructureObject(&$structureObject)
redirection script todo: (a better solution should control the processing via a xml file) ...
xmlHeader()
Writes xml header public.
__construct(Container $dic, ilPlugin $plugin)