|
| | php4DOMCDATASection ($aDOMCDATASection) |
| |
| | php4DOMCDATASection ($aDOMCDATASection) |
| |
| | php4DOMNode ($aDomNode) |
| |
| | append_child ($newnode) |
| |
| | replace_node ($newnode) |
| |
| | append_sibling ($newnode) |
| |
| | attributes () |
| |
| | child_nodes () |
| |
| | children () |
| |
| | unlink_node ($aDomNode="") |
| |
| | clone_node ($deep=false) |
| |
| | first_child () |
| |
| | get_content () |
| |
| | has_attributes () |
| |
| | has_child_nodes () |
| |
| | insert_before ($newnode, $refnode) |
| |
| | last_child () |
| |
| | next_sibling () |
| |
| | node_name ($a_local=false) |
| |
| | node_type () |
| |
| | node_value () |
| |
| | parent_node () |
| |
| | previous_sibling () |
| |
| | remove_child ($oldchild) |
| |
| | replace_child ($oldnode, $newnode) |
| |
| | set_content ($text) |
| |
| | php4DOMNode ($aDomNode, $aOwnerDocument) |
| |
| | __get ($name) |
| |
| | add_child ($newnode) |
| |
| | add_namespace ($uri, $prefix) |
| |
| | append_child ($newnode) |
| |
| | append_sibling ($newnode) |
| |
| | attributes () |
| |
| | child_nodes () |
| |
| | children () |
| |
| | clone_node ($deep=false) |
| |
| | dump_node ($node=null) |
| |
| | 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 ($newnode, $oldnode) |
| |
| | replace_node ($newnode) |
| |
| | set_content ($text) |
| |
| | set_namespace ($uri, $prefix=null) |
| |
| | unlink_node () |
| |
| | 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) |
| |
| | php4DOMNode ($aDomNode) |
| |
| | append_child ($newnode) |
| |
| | replace_node ($newnode) |
| |
| | append_sibling ($newnode) |
| |
| | attributes () |
| |
| | child_nodes () |
| |
| | children () |
| |
| | unlink_node ($aDomNode="") |
| |
| | clone_node ($deep=false) |
| |
| | first_child () |
| |
| | get_content () |
| |
| | has_attributes () |
| |
| | has_child_nodes () |
| |
| | insert_before ($newnode, $refnode) |
| |
| | last_child () |
| |
| | next_sibling () |
| |
| | node_name () |
| |
| | node_type () |
| |
| | node_value () |
| |
| | parent_node () |
| |
| | previous_sibling () |
| |
| | remove_child ($oldchild) |
| |
| | replace_child ($oldnode, $newnode) |
| |
| | set_content ($text) |
| |
Definition at line 89 of file inc.xml5compliance.php.
◆ php4DOMCDATASection() [1/2]
| php4DOMCDATASection::php4DOMCDATASection |
( |
|
$aDOMCDATASection | ) |
|
Definition at line 93 of file inc.xml5compliance.php.
94 {
95 parent::php4DOMNode($aDOMCDATASection);
96 $this->myDOMCDATASection=$aDOMCDATASection;
97 }
◆ php4DOMCDATASection() [2/2]
| php4DOMCDATASection::php4DOMCDATASection |
( |
|
$aDOMCDATASection | ) |
|
Definition at line 76 of file inc.xml5compliance.php.
77 {
78 parent::php4DOMNode($aDOMCDATASection);
79 $this->myDOMCDATASection=$aDOMCDATASection;
80 }
◆ $myDOMCDATASection
| php4DOMCDATASection::$myDOMCDATASection |
The documentation for this class was generated from the following files: