Inheritance diagram for php4DOMDocument:
Public Member Functions | |
php4DOMDocument ($filename='') | |
create_attribute ($name, $value) | |
create_cdata_section ($content) | |
create_comment ($data) | |
create_element ($name) | |
create_text_node ($content) | |
document_element () | |
dump_file ($filename, $compressionmode=false, $format=false) | |
dump_mem ($format=false, $encoding=false) | |
get_element_by_id ($id) | |
get_elements_by_tagname ($name) | |
html_dump_mem () | |
root () |
|
Definition at line 58 of file domxml-php4-php5.php. |
|
Definition at line 63 of file domxml-php4-php5.php. References create_attribute(). Referenced by create_attribute(). |
|
Definition at line 69 of file domxml-php4-php5.php. References create_cdata_section(). Referenced by create_cdata_section(). |
|
Definition at line 70 of file domxml-php4-php5.php. References create_comment(). Referenced by create_comment(). |
|
Definition at line 71 of file domxml-php4-php5.php. References create_element(). Referenced by create_element(). |
|
Definition at line 72 of file domxml-php4-php5.php. References create_text_node(). Referenced by create_text_node(). |
|
Definition at line 73 of file domxml-php4-php5.php. |
|
Definition at line 74 of file domxml-php4-php5.php. References dump_file(). Referenced by dump_file(). |
|
Definition at line 75 of file domxml-php4-php5.php. References dump_mem(). Referenced by dump_mem(). |
|
Definition at line 76 of file domxml-php4-php5.php. References get_element_by_id(). Referenced by get_element_by_id(). |
|
Definition at line 77 of file domxml-php4-php5.php. References get_elements_by_tagname(). Referenced by get_elements_by_tagname(). |
|
Definition at line 90 of file domxml-php4-php5.php. |
|
Definition at line 91 of file domxml-php4-php5.php. |