| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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  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 31 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::__construct | ( | int | $a_new_obj_id = 0 | ) | 
Definition at line 39 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 71 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 public.
| resource | $a_xml_parser | xml parser | 
| string | $a_data | character data | 
Implements ilSaxSubsetParser.
Definition at line 120 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 98 of file class.ilAdvancedMDValueParser.php.
      
  | 
  private | 
init new value object
Definition at line 133 of file class.ilAdvancedMDValueParser.php.
Referenced by handlerBeginTag().
 Here is the caller graph for this function:| ilAdvancedMDValueParser::save | ( | ) | 
Save values public.
Definition at line 56 of file class.ilAdvancedMDValueParser.php.
| ilAdvancedMDValueParser::setObjId | ( | int | $a_obj_id | ) | 
Set object id (id of new created object)
Definition at line 47 of file class.ilAdvancedMDValueParser.php.
      
  | 
  protected | 
Definition at line 33 of file class.ilAdvancedMDValueParser.php.
      
  | 
  protected | 
Definition at line 37 of file class.ilAdvancedMDValueParser.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilAdvancedMDValueParser.php.
      
  | 
  protected | 
Definition at line 36 of file class.ilAdvancedMDValueParser.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilAdvancedMDValueParser.php.