5 include_once
"./Services/Xml/classes/class.ilXmlWriter.php";
37 if (!is_object($this->structureObject)) {
42 $this->structureObject->exportXML($this);
54 $this->
xmlSetDtdDef(
"<!DOCTYPE RepositoryObject PUBLIC \"-//ILIAS//DTD UserImport//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_soap_structure_object_3_7.dtd\">");
55 $this->
xmlSetGenCmt(
"Internal Structure Information of Repository Object");
ilSoapStructureObject $structureObject
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.