|
ILIAS
release_8 Revision v8.24
|
XML Writer for XMLResultSet. More...
Inheritance diagram for ilXMLResultSetWriter:
Collaboration diagram for ilXMLResultSetWriter:Public Member Functions | |
| __construct (ilXMLResultSet $xmlResultSet) | |
| start () | |
| getXML () | |
Public Member Functions inherited from ilXmlWriter | |
| __construct (string $version="1.0", string $outEnc="utf-8", string $inEnc="utf-8") | |
| xmlSetDtdDef (string $dtdDef) | |
| Sets dtd definition. More... | |
| xmlSetGenCmt (string $genCmt) | |
| Sets generated comment. More... | |
| xmlFormatData (string $data) | |
| Indents text for better reading. More... | |
| xmlHeader () | |
| Writes xml header. More... | |
| xmlStartTag (string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true) | |
| Writes a starttag. More... | |
| xmlEndTag (string $tag) | |
| Writes an endtag. More... | |
| xmlData (string $data, bool $encode=true, bool $escape=true) | |
| Writes data. More... | |
| xmlElement (string $tag, $attrs=null, $data=null, $encode=true, $escape=true) | |
| Writes a basic element (no children, just textual content) More... | |
| xmlDumpFile (string $file, bool $format=true) | |
| Dumps xml document from memory into a file. More... | |
| xmlDumpMem (bool $format=true) | |
| Returns xml document from memory. More... | |
| appendXML (string $a_str) | |
| append xml string to document More... | |
| xmlClear () | |
| clears xmlStr More... | |
Protected Attributes | |
| ilXMLResultSet | $xmlResultSet |
Private Member Functions | |
| buildHeader () | |
| buildColSpecs () | |
| buildRows () | |
| appendRow (ilXMLResultSetRow $xmlResultSetRow) | |
| buildFooter () | |
XML Writer for XMLResultSet.
Definition at line 10 of file class.ilXMLResultSetWriter.php.
| ilXMLResultSetWriter::__construct | ( | ilXMLResultSet | $xmlResultSet | ) |
Definition at line 14 of file class.ilXMLResultSetWriter.php.
References $xmlResultSet, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 56 of file class.ilXMLResultSetWriter.php.
References ilXMLResultSetRow\getColumns(), 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:
|
private |
Definition at line 36 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:
|
private |
Definition at line 65 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:
|
private |
Definition at line 29 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:
|
private |
Definition at line 47 of file class.ilXMLResultSetWriter.php.
References 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 70 of file class.ilXMLResultSetWriter.php.
References ilXmlWriter\xmlDumpMem().
Here is the call graph for this function:| ilXMLResultSetWriter::start | ( | ) |
Definition at line 20 of file class.ilXMLResultSetWriter.php.
References buildColSpecs(), buildFooter(), buildHeader(), and buildRows().
Here is the call graph for this function:
|
protected |
Definition at line 12 of file class.ilXMLResultSetWriter.php.
Referenced by __construct().