ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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 public. More... | |
handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
Start element handler public. More... | |
handlerEndTag ($a_xml_parser, string $a_name) | |
End element handler public. More... | |
handlerCharacterData ($a_xml_parser, string $a_data) | |
Character data handler public. 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 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().
ilAdvancedMDValueParser::handlerCharacterData | ( | $a_xml_parser, | |
string | $a_data | ||
) |
Character data handler 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 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.
References null.
Referenced by handlerBeginTag().
ilAdvancedMDValueParser::save | ( | ) |
Save values 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.