|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilAdvancedMDValueParser:
Collaboration diagram for ilAdvancedMDValueParser:Public Member Functions | |
| __construct ($a_new_obj_id=0) | |
| Constructor. More... | |
| setObjId ($a_obj_id) | |
| Set object id (id of new created object) More... | |
| save () | |
| Save values @access public. More... | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| Start element handler. More... | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| End element handler. More... | |
| handlerCharacterData ($a_xml_parser, $a_data) | |
| Character data handler. More... | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| Start element handler. More... | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| End element handler. More... | |
| handlerCharacterData ($a_xml_parser, $a_name) | |
| Character data handler. More... | |
Protected Attributes | |
| $cdata = '' | |
| $obj_id | |
| $values_records = array() | |
| $values = array() | |
| $current_value = null | |
Private Member Functions | |
| initValue ($a_import_id) | |
| init new value object More... | |
Definition at line 37 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::__construct | ( | $a_new_obj_id = 0 | ) |
Constructor.
@access public
Definition at line 52 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $a_attribs | |||
| ) |
Start element handler.
@access public
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
| array | $a_attribs | element attributes array |
Implements ilSaxSubsetParser.
Definition at line 91 of file class.ilAdvancedMDValueParser.php.
References ilAdvancedMDValues\getInstancesForObjectId(), and initValue().
Here is the call graph for this function:| ilAdvancedMDValueParser::handlerCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
Character data handler.
@access public
| resource | $a_xml_parser | xml parser |
| string | $a_data | character data |
Implements ilSaxSubsetParser.
Definition at line 143 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
End element handler.
@access public
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
Implements ilSaxSubsetParser.
Definition at line 120 of file class.ilAdvancedMDValueParser.php.
|
private |
init new value object
@access private
| string | import id |
Definition at line 160 of file class.ilAdvancedMDValueParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:| ilAdvancedMDValueParser::save | ( | ) |
Save values @access public.
Definition at line 74 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::setObjId | ( | $a_obj_id | ) |
Set object id (id of new created object)
@access public
| int | obj_id |
Definition at line 64 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 39 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 43 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 40 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 42 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 41 of file class.ilAdvancedMDValueParser.php.