|
| | php4DOMAttr ($aDOMAttr) |
| |
| | Name () |
| |
| | Specified () |
| |
| | Value () |
| |
| | __get ($name) |
| |
| | name () |
| |
| | set_content ($text) |
| |
| | specified () |
| |
| | value () |
| |
| | php4DOMAttr ($aDOMAttr) |
| |
| | Name () |
| |
| | Specified () |
| |
| | Value () |
| |
| | php4DOMAttr ($aDOMAttr) |
| |
| | Name () |
| |
| | Specified () |
| |
| | Value () |
| |
| | 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 64 of file inc.xml5compliance.php.
◆ __get()
| php4DOMAttr::__get |
( |
|
$name | ) |
|
Reimplemented from php4DOMNode.
Definition at line 97 of file domxml-php4-to-php5.php.
98 {
99 if ($name==='name') return $this->myDOMNode->name;
100 else return parent::__get($name);
101 }
◆ Name() [1/3]
◆ name()
◆ Name() [2/3]
◆ Name() [3/3]
◆ php4DOMAttr() [1/3]
| php4DOMAttr::php4DOMAttr |
( |
|
$aDOMAttr | ) |
|
◆ php4DOMAttr() [2/3]
| php4DOMAttr::php4DOMAttr |
( |
|
$aDOMAttr | ) |
|
◆ php4DOMAttr() [3/3]
| php4DOMAttr::php4DOMAttr |
( |
|
$aDOMAttr | ) |
|
◆ set_content()
| php4DOMAttr::set_content |
( |
|
$text | ) |
|
◆ Specified() [1/3]
| php4DOMAttr::Specified |
( |
| ) |
|
◆ specified()
| php4DOMAttr::specified |
( |
| ) |
|
◆ Specified() [2/3]
| php4DOMAttr::Specified |
( |
| ) |
|
Definition at line 87 of file domxml-php4-php5.php.
87 {
88echo "-8";
89 return $this->myDOMNode->specified;
90 }
◆ Specified() [3/3]
| php4DOMAttr::Specified |
( |
| ) |
|
◆ Value() [1/3]
◆ value()
◆ Value() [2/3]
◆ Value() [3/3]
◆ $myDOMAttr
The documentation for this class was generated from the following files: