Inheritance diagram for php4DOMNode:
Public Member Functions | |
php4DOMNode ($aDomNode, $aOwnerDocument) | |
__get ($name) | |
append_child ($newnode) | |
append_sibling ($newnode) | |
attributes () | |
child_nodes () | |
children () | |
clone_node ($deep=false) | |
first_child () | |
get_content () | |
has_attributes () | |
has_child_nodes () | |
insert_before ($newnode, $refnode) | |
is_blank_node () | |
last_child () | |
new_child ($name, $content) | |
next_sibling () | |
node_name () | |
node_type () | |
node_value () | |
owner_document () | |
parent_node () | |
prefix () | |
previous_sibling () | |
remove_child ($oldchild) | |
replace_child ($oldnode, $newnode) | |
set_content ($text) | |
Public Attributes | |
$myDOMNode | |
$myOwnerDocument |
|
Definition at line 120 of file domxml-php4-php5.php. |
|
Definition at line 125 of file domxml-php4-php5.php. References __get(). Referenced by __get(). |
|
Definition at line 137 of file domxml-php4-php5.php. References append_child(). Referenced by append_child(). |
|
Definition at line 138 of file domxml-php4-php5.php. References append_sibling(). Referenced by append_sibling(). |
|
Definition at line 139 of file domxml-php4-php5.php. |
|
Definition at line 152 of file domxml-php4-php5.php. Referenced by children(). |
|
Definition at line 165 of file domxml-php4-php5.php. References child_nodes(). |
|
Definition at line 166 of file domxml-php4-php5.php. References clone_node(). Referenced by clone_node(). |
|
Definition at line 167 of file domxml-php4-php5.php. |
|
Definition at line 168 of file domxml-php4-php5.php. |
|
Definition at line 169 of file domxml-php4-php5.php. |
|
Definition at line 170 of file domxml-php4-php5.php. |
|
Definition at line 171 of file domxml-php4-php5.php. References insert_before(). Referenced by insert_before(). |
|
Definition at line 172 of file domxml-php4-php5.php. |
|
Definition at line 186 of file domxml-php4-php5.php. |
|
Definition at line 187 of file domxml-php4-php5.php. References new_child(). Referenced by new_child(). |
|
Definition at line 194 of file domxml-php4-php5.php. |
|
Definition at line 195 of file domxml-php4-php5.php. |
|
Definition at line 196 of file domxml-php4-php5.php. |
|
Definition at line 197 of file domxml-php4-php5.php. |
|
Definition at line 198 of file domxml-php4-php5.php. |
|
Definition at line 199 of file domxml-php4-php5.php. |
|
Definition at line 200 of file domxml-php4-php5.php. |
|
Definition at line 201 of file domxml-php4-php5.php. |
|
Definition at line 202 of file domxml-php4-php5.php. References remove_child(). Referenced by remove_child(). |
|
Definition at line 203 of file domxml-php4-php5.php. References replace_child(). Referenced by replace_child(). |
|
Definition at line 204 of file domxml-php4-php5.php. References set_content(). Referenced by set_content(). |
|
Definition at line 118 of file domxml-php4-php5.php. |
|
Definition at line 119 of file domxml-php4-php5.php. |