|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| php4DOMDocument ($mode=DOMXML_LOAD_PARSING) | |
| add_root ($name) | |
| create_attribute ($name, $value) | |
| create_cdata_section ($content) | |
| create_comment ($data) | |
| create_element ($name) | |
| create_element_ns ($uri, $name, $prefix=null) | |
| create_entity_reference ($content) | |
| create_processing_instruction ($target, $data='') | |
| create_text_node ($content) | |
| document_element () | |
| dump_file ($filename, $compressionmode=false, $format=false) | |
| dump_mem ($format=false, $encoding=false) | |
| free () | |
| get_element_by_id ($id) | |
| get_elements_by_tagname ($name) | |
| html_dump_mem () | |
| root () | |
| xinclude () | |
| xpath_new_context () | |
Definition at line 110 of file domxml-php4-to-php5.php.
| add_root | ( | $ | name | ) |
Definition at line 121 of file domxml-php4-to-php5.php.
| create_attribute | ( | $ | name, |
| $ | value | ||
| ) |
Definition at line 126 of file domxml-php4-to-php5.php.
| create_cdata_section | ( | $ | content | ) |
| create_comment | ( | $ | data | ) |
| create_element | ( | $ | name | ) |
Definition at line 134 of file domxml-php4-to-php5.php.
| create_element_ns | ( | $ | uri, |
| $ | name, | ||
| $ | prefix = null |
||
| ) |
Definition at line 135 of file domxml-php4-to-php5.php.
| create_entity_reference | ( | $ | content | ) |
| create_processing_instruction | ( | $ | target, |
| $ | data = '' |
||
| ) |
Definition at line 142 of file domxml-php4-to-php5.php.
| create_text_node | ( | $ | content | ) |
Definition at line 143 of file domxml-php4-to-php5.php.
| document_element | ( | ) |
| dump_file | ( | $ | filename, |
| $ | compressionmode = false, |
||
| $ | format = false |
||
| ) |
Definition at line 145 of file domxml-php4-to-php5.php.
| dump_mem | ( | $ | format = false, |
| $ | encoding = false |
||
| ) |
Definition at line 153 of file domxml-php4-to-php5.php.
| free | ( | ) |
Definition at line 164 of file domxml-php4-to-php5.php.
| get_element_by_id | ( | $ | id | ) |
| get_elements_by_tagname | ( | $ | name | ) |
Definition at line 171 of file domxml-php4-to-php5.php.
| html_dump_mem | ( | ) |
Definition at line 180 of file domxml-php4-to-php5.php.
| php4DOMDocument | ( | $ | mode = DOMXML_LOAD_PARSING | ) |
Definition at line 112 of file domxml-php4-to-php5.php.
| root | ( | ) |
| xinclude | ( | ) |
Definition at line 182 of file domxml-php4-to-php5.php.
Definition at line 183 of file domxml-php4-to-php5.php.