|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilMD2XML:
Collaboration diagram for ilMD2XML:Public Member Functions | |
| __construct ($a_rbac_id, $a_obj_id, $a_type) | |
| constructor More... | |
| setExportMode ($a_export_mode=true) | |
| getExportMode () | |
| startExport () | |
| getXML () | |
Public Member Functions inherited from ilXmlWriter | |
| __construct ($version="1.0", $outEnc="utf-8", $inEnc="utf-8") | |
| constructor More... | |
| _ilXmlWriter () | |
| destructor @access public More... | |
| xmlSetDtdDef ($dtdDef) | |
| Sets dtd definition. More... | |
| xmlSetStSheet ($stSheet) | |
| Sets stylesheet. More... | |
| xmlSetGenCmt ($genCmt) | |
| Sets generated comment. More... | |
| xmlEncodeData ($data) | |
| Encodes text from input encoding into output encoding. More... | |
| xmlFormatData ($data) | |
| Indents text for better reading. More... | |
| xmlFormatElement ($array) | |
| Callback function for xmlFormatData; do not invoke directly. More... | |
| xmlHeader () | |
| Writes xml header @access public. More... | |
| xmlStartTag ($tag, $attrs=null, $empty=false, $encode=true, $escape=true) | |
| Writes a starttag. More... | |
| xmlEndTag ($tag) | |
| Writes an endtag. More... | |
| xmlComment ($comment) | |
| Writes a comment. More... | |
| xmlData ($data, $encode=true, $escape=true) | |
| Writes data. More... | |
| xmlElement ($tag, $attrs=null, $data=null, $encode=true, $escape=true) | |
| Writes a basic element (no children, just textual content) More... | |
| xmlDumpFile ($file, $format=true) | |
| Dumps xml document from memory into a file. More... | |
| xmlDumpMem ($format=true) | |
| Returns xml document from memory. More... | |
| appendXML ($a_str) | |
| append xml string to document More... | |
| xmlClear () | |
| clears xmlStr @access public More... | |
Data Fields | |
| $md_obj = null | |
| $export_mode = false | |
Data Fields inherited from ilXmlWriter | |
| $xmlStr | |
| $version | |
| $outEnc | |
| $inEnc | |
| $dtdDef = "" | |
| $stSheet = "" | |
| $genCmt = "Generated by ILIAS XmlWriter" | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilXmlWriter | |
| static | _xmlEscapeData ($data) |
| Escapes reserved characters. More... | |
Definition at line 34 of file class.ilMD2XML.php.
| ilMD2XML::__construct | ( | $version, | |
| $outEnc, | |||
| $inEnc | |||
| ) |
constructor
| string | xml version |
| string | output encoding |
| string | input encoding @access public |
Reimplemented from ilXmlWriter.
Definition at line 39 of file class.ilMD2XML.php.
References $a_type.
| ilMD2XML::getExportMode | ( | ) |
Definition at line 50 of file class.ilMD2XML.php.
References $export_mode.
Referenced by startExport().
Here is the caller graph for this function:| ilMD2XML::getXML | ( | ) |
Definition at line 62 of file class.ilMD2XML.php.
References ilXmlWriter\xmlDumpMem().
Here is the call graph for this function:| ilMD2XML::setExportMode | ( | $a_export_mode = true | ) |
Definition at line 45 of file class.ilMD2XML.php.
| ilMD2XML::startExport | ( | ) |
Definition at line 55 of file class.ilMD2XML.php.
References getExportMode().
Here is the call graph for this function:| ilMD2XML::$export_mode = false |
Definition at line 37 of file class.ilMD2XML.php.
Referenced by getExportMode().
| ilMD2XML::$md_obj = null |
Definition at line 36 of file class.ilMD2XML.php.