| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
XML writer class. More...
 Inheritance diagram for ilObjectXMLWriter:
 Inheritance diagram for ilObjectXMLWriter: Collaboration diagram for ilObjectXMLWriter:
 Collaboration diagram for ilObjectXMLWriter:| Public Member Functions | |
| ilObjectXMLWriter () | |
| constructor | |
| setMode ($a_mode) | |
| setHighlighter ($a_highlighter) | |
| enablePermissionCheck ($a_status) | |
| isPermissionCheckEnabled () | |
| setUserId ($a_id) | |
| getUserId () | |
| enableOperations ($a_status) | |
| enabledOperations () | |
| enableReferences ($a_stat) | |
| enabledReferences () | |
| setObjects ($objects) | |
| __getObjects () | |
| start () | |
| getXML () | |
| __appendObject (&$object) | |
| __appendTimeTargets ($a_ref_id) | |
| Append time target settings for items inside of courses. | |
| __appendObjectProperties (ilObject $obj) | |
| Append object properties. | |
| __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 | |
| const | MODE_SEARCH_RESULT = 1 | 
| const | TIMING_DEACTIVATED = 0 | 
| const | TIMING_TEMPORARILY_AVAILABLE = 1 | 
| const | TIMING_PRESETTING = 2 | 
| const | TIMING_VISIBILITY_OFF = 0 | 
| const | TIMING_VISIBILITY_ON = 1 | 
| $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" | |
| Protected Attributes | |
| $check_permission = false | |
| Private Attributes | |
| $mode = 0 | |
| $highlighter = null | |
| $enable_references = true | |
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 19 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::__appendObject | ( | & | $object | ) | 
Definition at line 162 of file class.ilObjectXMLWriter.php.
References $ref_id, __appendObjectProperties(), __appendOperations(), __appendPath(), __appendTimeTargets(), __getAccessInfo(), ilObject\_getAllReferences(), enabledReferences(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__appendObjectProperties | ( | ilObject | $obj | ) | 
Append object properties.
| ilObject | $obj | 
Definition at line 313 of file class.ilObjectXMLWriter.php.
References $size, ilObjFileAccess\_lookupFileSize(), ilObjFileAccess\_lookupSuffix(), ilObjFileAccess\_lookupVersion(), ilObject\getId(), ilObject\getType(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by __appendObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__appendOperations | ( | $a_ref_id, | |
| $a_type | |||
| ) | 
Definition at line 334 of file class.ilObjectXMLWriter.php.
References $objects, enabledOperations(), ilRbacReview\lookupCreateOperationIds(), and ilXmlWriter\xmlElement().
Referenced by __appendObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__appendPath | ( | $refid | ) | 
Definition at line 380 of file class.ilObjectXMLWriter.php.
References appendPathToObject().
Referenced by __appendObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__appendTimeTargets | ( | $a_ref_id | ) | 
Append time target settings for items inside of courses.
| int | $ref_id | Reference id of object | 
Definition at line 248 of file class.ilObjectXMLWriter.php.
References ilObjectActivation\getItem(), TIMING_DEACTIVATED, TIMING_PRESETTING, TIMING_TEMPORARILY_AVAILABLE, TIMING_VISIBILITY_ON, ilObjectActivation\TIMINGS_ACTIVATION, ilObjectActivation\TIMINGS_DEACTIVATED, ilObjectActivation\TIMINGS_PRESETTING, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by __appendObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__buildFooter | ( | ) | 
Definition at line 393 of file class.ilObjectXMLWriter.php.
References ilXmlWriter\xmlEndTag().
Referenced by start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__buildHeader | ( | ) | 
Definition at line 384 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__getAccessInfo | ( | & | $object, | 
| $ref_id | |||
| ) | 
Definition at line 398 of file class.ilObjectXMLWriter.php.
References $ref_id, and getUserId().
Referenced by __appendObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::__getObjects | ( | ) | 
Definition at line 128 of file class.ilObjectXMLWriter.php.
Referenced by start().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 417 of file class.ilObjectXMLWriter.php.
References $lng.
Referenced by __appendPath(), and ilSoapRoleObjectXMLWriter\start().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::enabledOperations | ( | ) | 
Definition at line 105 of file class.ilObjectXMLWriter.php.
References $enable_operations.
Referenced by __appendOperations().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::enabledReferences | ( | ) | 
Definition at line 116 of file class.ilObjectXMLWriter.php.
References $enable_references.
Referenced by __appendObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::enableOperations | ( | $a_status | ) | 
Definition at line 98 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::enablePermissionCheck | ( | $a_status | ) | 
Definition at line 79 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::enableReferences | ( | $a_stat | ) | 
Definition at line 111 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::getUserId | ( | ) | 
Definition at line 93 of file class.ilObjectXMLWriter.php.
References $user_id.
Referenced by __getAccessInfo(), and start().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::getXML | ( | ) | 
Definition at line 155 of file class.ilObjectXMLWriter.php.
References ilXmlWriter\xmlDumpMem().
 Here is the call graph for this function:
 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, $ilUser, and ilXmlWriter\ilXmlWriter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjectXMLWriter::isPermissionCheckEnabled | ( | ) | 
Definition at line 84 of file class.ilObjectXMLWriter.php.
References $check_permission.
Referenced by start().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectXMLWriter::setHighlighter | ( | $a_highlighter | ) | 
Definition at line 72 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::setMode | ( | $a_mode | ) | 
Definition at line 67 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::setObjects | ( | $objects | ) | 
Definition at line 123 of file class.ilObjectXMLWriter.php.
References $objects.
| ilObjectXMLWriter::setUserId | ( | $a_id | ) | 
Definition at line 89 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::start | ( | ) | 
Definition at line 133 of file class.ilObjectXMLWriter.php.
References __appendObject(), __buildFooter(), __buildHeader(), __getObjects(), getUserId(), and isPermissionCheckEnabled().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 47 of file class.ilObjectXMLWriter.php.
Referenced by isPermissionCheckEnabled().
| ilObjectXMLWriter::$enable_operations = false | 
Definition at line 40 of file class.ilObjectXMLWriter.php.
Referenced by enabledOperations().
| 
 | private | 
Definition at line 42 of file class.ilObjectXMLWriter.php.
Referenced by enabledReferences().
| 
 | private | 
Definition at line 25 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::$ilias | 
Definition at line 37 of file class.ilObjectXMLWriter.php.
Referenced by ilObjectXMLWriter().
| 
 | private | 
Definition at line 24 of file class.ilObjectXMLWriter.php.
| ilObjectXMLWriter::$objects = array() | 
Definition at line 44 of file class.ilObjectXMLWriter.php.
Referenced by __appendOperations(), and setObjects().
| ilObjectXMLWriter::$user_id = 0 | 
Definition at line 45 of file class.ilObjectXMLWriter.php.
Referenced by getUserId().
| ilObjectXMLWriter::$xml | 
Definition at line 39 of file class.ilObjectXMLWriter.php.
| const ilObjectXMLWriter::MODE_SEARCH_RESULT = 1 | 
Definition at line 22 of file class.ilObjectXMLWriter.php.
| const ilObjectXMLWriter::TIMING_DEACTIVATED = 0 | 
Definition at line 29 of file class.ilObjectXMLWriter.php.
Referenced by __appendTimeTargets(), ilSoapObjectAdministration\addReferences(), and ilSoapObjectAdministration\updateReferences().
| const ilObjectXMLWriter::TIMING_PRESETTING = 2 | 
Definition at line 31 of file class.ilObjectXMLWriter.php.
Referenced by __appendTimeTargets(), ilSoapObjectAdministration\addReferences(), and ilSoapObjectAdministration\updateReferences().
| const ilObjectXMLWriter::TIMING_TEMPORARILY_AVAILABLE = 1 | 
Definition at line 30 of file class.ilObjectXMLWriter.php.
Referenced by __appendTimeTargets(), ilSoapObjectAdministration\addReferences(), and ilSoapObjectAdministration\updateReferences().
| const ilObjectXMLWriter::TIMING_VISIBILITY_OFF = 0 | 
Definition at line 33 of file class.ilObjectXMLWriter.php.
| const ilObjectXMLWriter::TIMING_VISIBILITY_ON = 1 | 
Definition at line 34 of file class.ilObjectXMLWriter.php.
Referenced by __appendTimeTargets().