|
ILIAS
Release_3_10_x_branch Revision 61812
|
XML writer class. More...
Inheritance diagram for ilObjectXMLWriter:
Collaboration diagram for ilObjectXMLWriter:Public Member Functions | |
| ilObjectXMLWriter () | |
| constructor | |
| setUserId ($a_id) | |
| getUserId () | |
| enableOperations ($a_status) | |
| enabledOperations () | |
| setObjects ($objects) | |
| __getObjects () | |
| start () | |
| getXML () | |
| __appendObject (&$object) | |
| __appendOperations ($a_ref_id, $a_type) | |
| __appendPath ($refid) | |
| __buildHeader () | |
| __buildFooter () | |
| __getAccessInfo (&$object, $ref_id) | |
Public Member Functions inherited from ilXmlWriter | |
| ilXmlWriter ($version="1.0", $outEnc="utf-8", $inEnc="utf-8") | |
| constructor | |
| _ilXmlWriter () | |
| destructor public | |
| xmlSetDtdDef ($dtdDef) | |
| Sets dtd definition. | |
| xmlSetStSheet ($stSheet) | |
| Sets stylesheet. | |
| xmlSetGenCmt ($genCmt) | |
| Sets generated comment. | |
| _xmlEscapeData ($data) | |
| Escapes reserved characters. | |
| xmlEncodeData ($data) | |
| Encodes text from input encoding into output encoding. | |
| xmlFormatData ($data) | |
| Indents text for better reading. | |
| xmlFormatElement ($array) | |
| Callback function for xmlFormatData; do not invoke directly. | |
| xmlHeader () | |
| Writes xml header public. | |
| xmlStartTag ($tag, $attrs=NULL, $empty=FALSE, $encode=TRUE, $escape=TRUE) | |
| Writes a starttag. | |
| xmlEndTag ($tag) | |
| Writes an endtag. | |
| xmlComment ($comment) | |
| Writes a comment. | |
| xmlData ($data, $encode=TRUE, $escape=TRUE) | |
| Writes data. | |
| xmlElement ($tag, $attrs=NULL, $data=Null, $encode=TRUE, $escape=TRUE) | |
| Writes a basic element (no children, just textual content) | |
| xmlDumpFile ($file, $format=TRUE) | |
| Dumps xml document from memory into a file. | |
| xmlDumpMem ($format=TRUE) | |
| Returns xml document from memory. | |
| appendXML ($a_str) | |
| append xml string to document | |
| xmlClear () | |
| clears xmlStr public | |
Static Public Member Functions | |
| static | appendPathToObject ($writer, $refid) |
Data Fields | |
| $ilias | |
| $xml | |
| $enable_operations = false | |
| $objects = array() | |
| $user_id = 0 | |
Data Fields inherited from ilXmlWriter | |
| $xmlStr | |
| $version | |
| $outEnc | |
| $inEnc | |
| $dtdDef = "" | |
| $stSheet = "" | |
| $genCmt = "Generated by ILIAS XmlWriter" | |
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 40 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::__appendObject | ( | & | $object | ) |
Definition at line 122 of file class.ilObjectXMLWriter.php.
References $ref_id, __appendOperations(), __appendPath(), __getAccessInfo(), ilObject\_getAllReferences(), 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:| ilObjectXMLWriter::__appendOperations | ( | $a_ref_id, | |
| $a_type | |||
| ) |
Definition at line 159 of file class.ilObjectXMLWriter.php.
References enabledOperations(), and ilXmlWriter\xmlElement().
Referenced by __appendObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLWriter::__appendPath | ( | $refid | ) |
Definition at line 183 of file class.ilObjectXMLWriter.php.
References appendPathToObject().
Referenced by __appendObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLWriter::__buildFooter | ( | ) |
Definition at line 196 of file class.ilObjectXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLWriter::__buildHeader | ( | ) |
Definition at line 187 of file class.ilObjectXMLWriter.php.
References ilXmlWriter\xmlHeader(), ilXmlWriter\xmlSetDtdDef(), ilXmlWriter\xmlSetGenCmt(), and ilXmlWriter\xmlStartTag().
Referenced by start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLWriter::__getAccessInfo | ( | & | $object, |
| $ref_id | |||
| ) |
Definition at line 201 of file class.ilObjectXMLWriter.php.
References $ref_id, and getUserId().
Referenced by __appendObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectXMLWriter::__getObjects | ( | ) |
Definition at line 92 of file class.ilObjectXMLWriter.php.
Referenced by start().
Here is the caller graph for this function:
|
static |
Definition at line 220 of file class.ilObjectXMLWriter.php.
References $lng.
Referenced by __appendPath(), and ilSoapRoleObjectXMLWriter\start().
Here is the caller graph for this function:| ilObjectXMLWriter::enabledOperations | ( | ) |
Definition at line 82 of file class.ilObjectXMLWriter.php.
References $enable_operations.
Referenced by __appendOperations().
Here is the caller graph for this function:| ilObjectXMLWriter::enableOperations | ( | $a_status | ) |
Definition at line 75 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::getUserId | ( | ) |
Definition at line 70 of file class.ilObjectXMLWriter.php.
References $user_id.
Referenced by __getAccessInfo().
Here is the caller graph for this function:| ilObjectXMLWriter::getXML | ( | ) |
Definition at line 115 of file class.ilObjectXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
Here is the call graph for this function:| ilObjectXMLWriter::ilObjectXMLWriter | ( | ) |
constructor
| string | xml version |
| string | output encoding |
| string | input encoding public |
Definition at line 56 of file class.ilObjectXMLWriter.php.
References $ilias, and ilXmlWriter\ilXmlWriter().
Here is the call graph for this function:| ilObjectXMLWriter::setObjects | ( | $objects | ) |
Definition at line 87 of file class.ilObjectXMLWriter.php.
References $objects.
| ilObjectXMLWriter::setUserId | ( | $a_id | ) |
Definition at line 66 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::start | ( | ) |
Definition at line 97 of file class.ilObjectXMLWriter.php.
References __appendObject(), __buildFooter(), __buildHeader(), and __getObjects().
Here is the call graph for this function:| ilObjectXMLWriter::$enable_operations = false |
Definition at line 45 of file class.ilObjectXMLWriter.php.
Referenced by enabledOperations().
| ilObjectXMLWriter::$ilias |
Definition at line 42 of file class.ilObjectXMLWriter.php.
Referenced by ilObjectXMLWriter().
| ilObjectXMLWriter::$objects = array() |
Definition at line 46 of file class.ilObjectXMLWriter.php.
Referenced by setObjects().
| ilObjectXMLWriter::$user_id = 0 |
Definition at line 47 of file class.ilObjectXMLWriter.php.
Referenced by getUserId().
| ilObjectXMLWriter::$xml |
Definition at line 44 of file class.ilObjectXMLWriter.php.