|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | php4DOMAttr |
| class | php4DOMDocument |
| class | php4DOMElement |
| class | php4DOMNode |
| class | php4DomProcessingInstruction |
| class | php4DOMText |
| class | php4DOMNodelist |
| class | php4DOMXPath |
Enumerations | |
| enum | DOMXML_LOAD_PARSING |
| enum | DOMXML_LOAD_VALIDATING |
| enum | DOMXML_LOAD_RECOVERING |
| enum | DOMXML_LOAD_SUBSTITUTE_ENTITIES |
| enum | DOMXML_LOAD_DONT_KEEP_BLANKS |
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) | |
Definition at line 50 of file domxml-php4-to-php5.php.
| enum DOMXML_LOAD_PARSING |
Definition at line 45 of file domxml-php4-to-php5.php.
Definition at line 47 of file domxml-php4-to-php5.php.
Definition at line 48 of file domxml-php4-to-php5.php.
Definition at line 46 of file domxml-php4-to-php5.php.
| _entityDecode | ( | $ | text | ) |
| _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 |
||
| ) |
| 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 |
||
| ) |
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.