| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Go to the source code of this file.
| Data Structures | |
| class | php4DOMAttr | 
| class | php4DOMDocument | 
| class | php4DOMElement | 
| php4DomElement  More... | |
| class | php4DOMNode | 
| php4DOMNode  More... | |
| class | php4DomProcessingInstruction | 
| class | php4DOMText | 
| class | php4DOMNodelist | 
| class | php4DOMXPath | 
| Functions | |
| domxml_new_doc ($version) | |
| domxml_new_xmldoc ($version) | |
| domxml_open_file ($filename, $mode=DOMXML_LOAD_PARSING, &$error=null) | |
| domxml_open_mem ($str, $mode=DOMXML_LOAD_PARSING, &$error=null) | |
| html_doc ($html_doc, $from_file=false) | |
| html_doc_file ($filename) | |
| xmldoc ($str) | |
| xmldocfile ($filename) | |
| xpath_eval ($xpath_context, $eval_str, $contextnode=null) | |
| xpath_new_context ($dom_document) | |
| xpath_register_ns ($xpath_context, $prefix, $namespaceURI) | |
| _entityDecode ($text) | |
| _error_report ($error) | |
| Variables | |
| const | DOMXML_LOAD_PARSING = 0 | 
| const | DOMXML_LOAD_VALIDATING = 1 | 
| const | DOMXML_LOAD_RECOVERING = 2 | 
| const | DOMXML_LOAD_SUBSTITUTE_ENTITIES = 4 | 
| const | DOMXML_LOAD_DONT_KEEP_BLANKS = 16 | 
| _entityDecode | ( | $text | ) | 
Definition at line 93 of file domxml-php4-to-php5.php.
Referenced by php4DOMNode\new_child(), and php4DOMNode\set_content().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| _error_report | ( | $error | ) | 
Definition at line 94 of file domxml-php4-to-php5.php.
| domxml_new_doc | ( | $version | ) | 
Definition at line 52 of file domxml-php4-to-php5.php.
| domxml_new_xmldoc | ( | $version | ) | 
Definition at line 53 of file domxml-php4-to-php5.php.
| domxml_open_file | ( | $filename, | |
| $mode = DOMXML_LOAD_PARSING, | |||
| & | $error = null | ||
| ) | 
Definition at line 54 of file domxml-php4-to-php5.php.
References $filename.
| domxml_open_mem | ( | $str, | |
| $mode = DOMXML_LOAD_PARSING, | |||
| & | $error = null | ||
| ) | 
Definition at line 67 of file domxml-php4-to-php5.php.
| html_doc | ( | $html_doc, | |
| $from_file = false | |||
| ) | 
Definition at line 80 of file domxml-php4-to-php5.php.
References $result.
Referenced by html_doc_file().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| html_doc_file | ( | $filename | ) | 
Definition at line 87 of file domxml-php4-to-php5.php.
References $filename, and html_doc().
 Here is the call graph for this function:
 Here is the call graph for this function:| xmldoc | ( | $str | ) | 
Definition at line 88 of file domxml-php4-to-php5.php.
References domxml_open_mem().
 Here is the call graph for this function:
 Here is the call graph for this function:| xmldocfile | ( | $filename | ) | 
Definition at line 89 of file domxml-php4-to-php5.php.
References $filename, and domxml_open_file().
 Here is the call graph for this function:
 Here is the call graph for this function:| xpath_eval | ( | $xpath_context, | |
| $eval_str, | |||
| $contextnode = null | |||
| ) | 
Definition at line 90 of file domxml-php4-to-php5.php.
| xpath_new_context | ( | $dom_document | ) | 
Definition at line 91 of file domxml-php4-to-php5.php.
| xpath_register_ns | ( | $xpath_context, | |
| $prefix, | |||
| $namespaceURI | |||
| ) | 
Definition at line 92 of file domxml-php4-to-php5.php.
Referenced by Auth_Yadis_domxml\registerNamespace().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| const DOMXML_LOAD_DONT_KEEP_BLANKS = 16 | 
Definition at line 50 of file domxml-php4-to-php5.php.
Referenced by php4DOMDocument\php4DOMDocument().
| const DOMXML_LOAD_PARSING = 0 | 
Definition at line 45 of file domxml-php4-to-php5.php.
Referenced by ilPageObject\copyXmlContent(), ilPageLayout\generatePreview(), ilPCTable\importHtml(), ilPageObject\pasteContents(), ilPCDataTable\setData(), ilPCParagraph\setText(), and Auth_Yadis_domxml\setXML().
| const DOMXML_LOAD_RECOVERING = 2 | 
Definition at line 47 of file domxml-php4-to-php5.php.
Referenced by php4DOMDocument\php4DOMDocument().
| const DOMXML_LOAD_SUBSTITUTE_ENTITIES = 4 | 
Definition at line 48 of file domxml-php4-to-php5.php.
Referenced by php4DOMDocument\php4DOMDocument().
| const DOMXML_LOAD_VALIDATING = 1 | 
Definition at line 46 of file domxml-php4-to-php5.php.
Referenced by ilPageObject\buildDom(), ilSoapUserAdministration\importUsers(), php4DOMDocument\php4DOMDocument(), and ilSoapUtils\validateXML().