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


Public Member Functions | |
| add_namespace ($uri, $prefix) | |
| get_attribute ($name) | |
| get_attribute_node ($name) | |
| get_elements_by_tagname ($name) | |
| has_attribute ($name) | |
| remove_attribute ($name) | |
| set_attribute ($name, $value) | |
| set_name ($name) | |
| tagname () | |
Definition at line 186 of file domxml-php4-to-php5.php.
| add_namespace | ( | $ | uri, |
| $ | prefix | ||
| ) |
Reimplemented from php4DOMNode.
Definition at line 188 of file domxml-php4-to-php5.php.
| get_attribute | ( | $ | name | ) |
Definition at line 197 of file domxml-php4-to-php5.php.
| get_attribute_node | ( | $ | name | ) |
| get_elements_by_tagname | ( | $ | name | ) |
Definition at line 199 of file domxml-php4-to-php5.php.
| has_attribute | ( | $ | name | ) |
Definition at line 208 of file domxml-php4-to-php5.php.
| remove_attribute | ( | $ | name | ) |
Definition at line 209 of file domxml-php4-to-php5.php.
| set_attribute | ( | $ | name, |
| $ | value | ||
| ) |
Definition at line 210 of file domxml-php4-to-php5.php.
| set_name | ( | $ | name | ) |
Definition at line 223 of file domxml-php4-to-php5.php.
| tagname | ( | ) |
Definition at line 240 of file domxml-php4-to-php5.php.

