|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAdvancedMDValueParser:
Collaboration diagram for ilAdvancedMDValueParser:Public Member Functions | |
| __construct (int $a_new_obj_id=0) | |
| setObjId (int $a_obj_id) | |
| Set object id (id of new created object) More... | |
| save () | |
| Save values @access public. More... | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| Start element handler @access public. More... | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| End element handler @access public. More... | |
| handlerCharacterData ($a_xml_parser, string $a_data) | |
| Character data handler @access public. More... | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| Start element handler. More... | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| End element handler. More... | |
| handlerCharacterData ($a_xml_parser, string $a_name) | |
| Character data handler. More... | |
Protected Attributes | |
| string | $cdata = '' |
| int | $obj_id |
| array | $values_records = array() |
| array | $values = array() |
| ilAdvancedMDFieldDefinition | $current_value = null |
Private Member Functions | |
| initValue (string $a_import_id) | |
| init new value object More... | |
Definition at line 25 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::__construct | ( | int | $a_new_obj_id = 0 | ) |
Definition at line 33 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $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 65 of file class.ilAdvancedMDValueParser.php.
References ilAdvancedMDValues\getInstancesForObjectId(), and initValue().
Here is the call graph for this function:| ilAdvancedMDValueParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
Character data handler @access public.
| resource | $a_xml_parser | xml parser |
| string | $a_data | character data |
Implements ilSaxSubsetParser.
Definition at line 114 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
End element handler @access public.
| resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
Implements ilSaxSubsetParser.
Definition at line 92 of file class.ilAdvancedMDValueParser.php.
|
private |
init new value object
Definition at line 127 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 50 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::setObjId | ( | int | $a_obj_id | ) |
Set object id (id of new created object)
Definition at line 41 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 27 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 31 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 28 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 30 of file class.ilAdvancedMDValueParser.php.
|
protected |
Definition at line 29 of file class.ilAdvancedMDValueParser.php.