|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
XML Writer for XMLResultSet. More...
Inheritance diagram for ilXMLResultSetWriter:
Collaboration diagram for ilXMLResultSetWriter:Public Member Functions | |
| __construct (& $xmlResultSet) | |
| start () | |
| getXML () | |
| __appendRow (& $xmlResultSetRow) | |
| __buildHeader () | |
| __buildColSpecs () | |
| __buildRows () | |
| __buildFooter () | |
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 | |
| $xmlResultSet | |
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 for XMLResultSet.
Definition at line 13 of file class.ilXMLResultSetWriter.php.
| ilXMLResultSetWriter::__construct | ( | & | $xmlResultSet | ) |
Definition at line 17 of file class.ilXMLResultSetWriter.php.
References $xmlResultSet.
| ilXMLResultSetWriter::__appendRow | ( | & | $xmlResultSetRow | ) |
Definition at line 49 of file class.ilXMLResultSetWriter.php.
References ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by __buildRows().
Here is the call graph for this function:
Here is the caller graph for this function:| ilXMLResultSetWriter::__buildColSpecs | ( | ) |
Definition at line 74 of file class.ilXMLResultSetWriter.php.
References ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilXMLResultSetWriter::__buildFooter | ( | ) |
Definition at line 97 of file class.ilXMLResultSetWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilXMLResultSetWriter::__buildHeader | ( | ) |
Definition at line 64 of file class.ilXMLResultSetWriter.php.
References ilXmlWriter\xmlHeader(), ilXmlWriter\xmlSetDtdDef(), and ilXmlWriter\xmlStartTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilXMLResultSetWriter::__buildRows | ( | ) |
Definition at line 86 of file class.ilXMLResultSetWriter.php.
References $row, __appendRow(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilXMLResultSetWriter::getXML | ( | ) |
Definition at line 42 of file class.ilXMLResultSetWriter.php.
References ilXmlWriter\xmlDumpMem().
Here is the call graph for this function:| ilXMLResultSetWriter::start | ( | ) |
Definition at line 24 of file class.ilXMLResultSetWriter.php.
References __buildColSpecs(), __buildFooter(), __buildHeader(), and __buildRows().
Here is the call graph for this function:| ilXMLResultSetWriter::$xmlResultSet |
Definition at line 15 of file class.ilXMLResultSetWriter.php.
Referenced by __construct().