| 
    ILIAS
    release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
    
   | 
  
Dom document wrapper. More...
 Collaboration diagram for ilDomDocument:Public Member Functions | |
| __construct () | |
| Constructor.  More... | |
| __call ($a_method, $a_args) | |
| Call.  More... | |
| __get ($a_mem) | |
| Get.  More... | |
| __set ($a_mem, $a_val) | |
| Set.  More... | |
| handleError ($a_no, $a_string, $a_file=null, $a_line=null, $a_context=null) | |
| Handle error.  More... | |
Private Attributes | |
| $doc | |
| $errors = array() | |
| ilDomDocument::__construct | ( | ) | 
Constructor.
| DOMDocument | PHP dom document | 
Definition at line 20 of file class.ilDomDocument.php.
| ilDomDocument::__call | ( | $a_method, | |
| $a_args | |||
| ) | 
Call.
Definition at line 28 of file class.ilDomDocument.php.
| ilDomDocument::__get | ( | $a_mem | ) | 
Get.
Definition at line 46 of file class.ilDomDocument.php.
References $errors.
| ilDomDocument::__set | ( | $a_mem, | |
| $a_val | |||
| ) | 
Set.
Definition at line 61 of file class.ilDomDocument.php.
| ilDomDocument::handleError | ( | $a_no, | |
| $a_string, | |||
$a_file = null,  | 
        |||
$a_line = null,  | 
        |||
$a_context = null  | 
        |||
| ) | 
Handle error.
Definition at line 69 of file class.ilDomDocument.php.
      
  | 
  private | 
Definition at line 13 of file class.ilDomDocument.php.
      
  | 
  private | 
Definition at line 14 of file class.ilDomDocument.php.
Referenced by __get().