|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
XML writer class. More...
Inheritance diagram for ilForumXMLWriter:
Collaboration diagram for ilForumXMLWriter:Public Member Functions | |
| __construct () | |
| constructor More... | |
| setForumId ($id) | |
| setFileTargetDirectories ($a_rel, $a_abs) | |
| Set file target directories. More... | |
| start () | |
| 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 | |
| $forum_id = null | |
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... | |
XML writer class.
Class to simplify manual writing of xml documents. It only supports writing xml sequentially, because the xml document is saved in a string with no additional structure information. The author is responsible for well-formedness and validity of the xml document.
Definition at line 24 of file class.ilForumXMLWriter.php.
| ilForumXMLWriter::__construct | ( | ) |
constructor
| string | xml version |
| string | output encoding |
| string | input encoding @access public |
Definition at line 35 of file class.ilForumXMLWriter.php.
| ilForumXMLWriter::getXML | ( | ) |
Definition at line 252 of file class.ilForumXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
Here is the call graph for this function:| ilForumXMLWriter::setFileTargetDirectories | ( | $a_rel, | |
| $a_abs | |||
| ) |
Set file target directories.
| string | relative file target directory |
| string | absolute file target directory |
Definition at line 53 of file class.ilForumXMLWriter.php.
| ilForumXMLWriter::setForumId | ( | $id | ) |
Definition at line 41 of file class.ilForumXMLWriter.php.
| ilForumXMLWriter::start | ( | ) |
Definition at line 59 of file class.ilForumXMLWriter.php.
References $file, $ilDB, $mobs, $query, $res, $row, ilObjMediaObject\_exists(), ilObjMediaObject\_getMobsOfObject(), ilRTE\_replaceMediaObjectImageSrc(), ilDBConstants\FETCHMODE_OBJECT, ilUtil\makeDir(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Here is the call graph for this function:| ilForumXMLWriter::$forum_id = null |
Definition at line 26 of file class.ilForumXMLWriter.php.