|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilObjectXMLParser:
Collaboration diagram for ilObjectXMLParser:Public Member Functions | |
| ilObjectXMLParser ($a_xml_data= '', $throwException=false) | |
| Constructor. | |
| getObjectData () | |
| setHandlers ($a_xml_parser) | |
| set event handlers | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| handler for begin of element | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| handler for end of element | |
| handlerCharacterData ($a_xml_parser, $a_data) | |
| handler for character data | |
| __addProperty ($a_name, $a_value) | |
| __addReference ($a_value) | |
Public Member Functions inherited from ilSaxParser | |
| ilSaxParser ($a_xml_file= '', $throwException=false) | |
| Constructor setup ILIAS global object public. | |
| setXMLContent ($a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array | |
| createParser () | |
| create parser | |
| setOptions ($a_xml_parser) | |
| set parser options | |
| openXMLFile () | |
| open xml file | |
| parse ($a_xml_parser, $a_fp=null) | |
| parse xml file | |
| freeParser ($a_xml_parser) | |
| free xml parser handle | |
| setThrowException ($throwException) | |
| set error handling | |
Data Fields | |
| $object_data = array() | |
Data Fields inherited from ilSaxParser | |
| $input_type = null | |
| $xml_content = '' | |
| $ilias | |
| $lng | |
| $xml_file | |
| $throwException = false | |
Additional Inherited Members | |
Protected Member Functions inherited from ilSaxParser | |
| handleError ($message, $code) | |
| use given error handler to handle error message or internal ilias error message handle | |
Definition at line 36 of file class.ilObjectXMLParser.php.
| ilObjectXMLParser::__addProperty | ( | $a_name, | |
| $a_value | |||
| ) |
Definition at line 192 of file class.ilObjectXMLParser.php.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilObjectXMLParser::__addReference | ( | $a_value | ) |
Definition at line 197 of file class.ilObjectXMLParser.php.
Referenced by handlerEndTag().
Here is the caller graph for this function:| ilObjectXMLParser::getObjectData | ( | ) |
Definition at line 55 of file class.ilObjectXMLParser.php.
| ilObjectXMLParser::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $a_attribs | |||
| ) |
handler for begin of element
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
| array | $a_attribs | element attributes array |
Definition at line 83 of file class.ilObjectXMLParser.php.
References __addProperty(), and ilUtil\__extractId().
Here is the call graph for this function:| ilObjectXMLParser::handlerCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
handler for character data
| resource | $a_xml_parser | xml parser |
| string | $a_data | character data |
Definition at line 178 of file class.ilObjectXMLParser.php.
| ilObjectXMLParser::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
handler for end of element
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
Definition at line 128 of file class.ilObjectXMLParser.php.
References __addProperty(), and __addReference().
Here is the call graph for this function:| ilObjectXMLParser::ilObjectXMLParser | ( | $a_xml_data = '', |
|
$throwException = false |
|||
| ) |
Constructor.
| object | $a_content_object | must be of type ilObjContentObject ilObjTest or ilObjQuestionPool |
| string | $a_xml_file | xml data |
| string | $a_subdir | subdirectory in import directory public |
Definition at line 49 of file class.ilObjectXMLParser.php.
References ilSaxParser\$throwException, ilSaxParser\ilSaxParser(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilObjectXMLParser::setHandlers | ( | $a_xml_parser | ) |
set event handlers
| resource | reference to the xml parser private |
Reimplemented from ilSaxParser.
Definition at line 66 of file class.ilObjectXMLParser.php.
| ilObjectXMLParser::$object_data = array() |
Definition at line 38 of file class.ilObjectXMLParser.php.