◆ __construct()
| __construct |
( |
|
$a_xml_data = '' | ) |
|
Constructor
- Parameters
-
| 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 @access public |
Reimplemented from Ilias3SaxParser.
◆ __addOperation()
| __addOperation |
( |
|
$a_value | ) |
|
◆ __addProperty()
| __addProperty |
( |
|
$a_name, |
|
|
|
$a_value |
|
) |
| |
◆ __addReference()
| __addReference |
( |
|
$a_value, |
|
|
|
$a_accessinfo = "" |
|
) |
| |
◆ getObjectData()
◆ handlerBeginTag()
| handlerBeginTag |
( |
|
$a_xml_parser, |
|
|
|
$a_name, |
|
|
|
$a_attribs |
|
) |
| |
handler for begin of element
- Parameters
-
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
| array | $a_attribs | element attributes array |
◆ handlerCharacterData()
| handlerCharacterData |
( |
|
$a_xml_parser, |
|
|
|
$a_data |
|
) |
| |
handler for character data
- Parameters
-
| resource | $a_xml_parser | xml parser |
| string | $a_data | character data |
◆ handlerEndTag()
| handlerEndTag |
( |
|
$a_xml_parser, |
|
|
|
$a_name |
|
) |
| |
handler for end of element
- Parameters
-
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
◆ setHandlers()
| setHandlers |
( |
|
$a_xml_parser | ) |
|
set event handlers
- Parameters
-
| resource | reference to the xml parser @access private |
Reimplemented from Ilias3SaxParser.
◆ $object_data
The documentation for this class was generated from the following file: