| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilAdvancedMDValueParser:
 Inheritance diagram for ilAdvancedMDValueParser: Collaboration diagram for ilAdvancedMDValueParser:
 Collaboration diagram for ilAdvancedMDValueParser:| Public Member Functions | |
| __construct ($a_new_obj_id=0) | |
| Constructor. | |
| setObjId ($a_obj_id) | |
| Set object id (id of new created object) | |
| save () | |
| Save values  public. | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| Start element handler. | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| End element handler. | |
| handlerCharacterData ($a_xml_parser, $a_data) | |
| Character data handler. | |
| Protected Attributes | |
| $cdata = '' | |
| $obj_id | |
| $values = array() | |
| $current_value = null | |
| Private Member Functions | |
| initValue ($a_import_id) | |
| init new value object | |
Definition at line 37 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::__construct | ( | $a_new_obj_id = 0 | ) | 
Constructor.
public
Definition at line 51 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $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 92 of file class.ilAdvancedMDValueParser.php.
References initValue().
 Here is the call graph for this function:
 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 139 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) | 
End element handler.
public
| resource | $a_xml_parser | xml parser | 
| string | $a_name | element name | 
Implements ilSaxSubsetParser.
Definition at line 115 of file class.ilAdvancedMDValueParser.php.
| 
 | private | 
init new value object
private
| string | import id | 
Definition at line 157 of file class.ilAdvancedMDValueParser.php.
References $current_value, and ilAdvancedMDFieldDefinition\_lookupFieldId().
Referenced by handlerBeginTag().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAdvancedMDValueParser::save | ( | ) | 
Save values public.
Definition at line 73 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::setObjId | ( | $a_obj_id | ) | 
Set object id (id of new created object)
public
| int | obj_id | 
Definition at line 63 of file class.ilAdvancedMDValueParser.php.
| 
 | protected | 
Definition at line 39 of file class.ilAdvancedMDValueParser.php.
| 
 | protected | 
Definition at line 42 of file class.ilAdvancedMDValueParser.php.
Referenced by initValue().
| 
 | protected | 
Definition at line 40 of file class.ilAdvancedMDValueParser.php.
| 
 | protected | 
Definition at line 41 of file class.ilAdvancedMDValueParser.php.