Member Function Documentation
| __addOperation |
( |
|
$a_value | ) |
|
| __addProperty |
( |
|
$a_name, |
|
|
|
$a_value |
|
) |
| |
| __addReference |
( |
|
$a_value, |
|
|
|
$a_accessinfo = "" |
|
) |
| |
| 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 |
( |
|
$a_xml_parser, |
|
|
|
$a_data |
|
) |
| |
handler for character data
- Parameters
-
| resource | $a_xml_parser | xml parser |
| string | $a_data | character data |
| handlerEndTag |
( |
|
$a_xml_parser, |
|
|
|
$a_name |
|
) |
| |
handler for end of element
- Parameters
-
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
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 public |
| setHandlers |
( |
|
$a_xml_parser | ) |
|
set event handlers
- Parameters
-
| resource | reference to the xml parser private |
Reimplemented from Ilias3SaxParser.
Field Documentation
The documentation for this class was generated from the following file: