XmlElement Class Reference
Inheritance diagram for XmlElement:

Public Member Functions | |
| addAttribute ($name, $val=null) | |
| attributes () | |
| removeAttribute ($attr) | |
Detailed Description
The XML ElementDefinition at line 1076 of file xml.php.
Member Function Documentation
| XmlElement::addAttribute | ( | $ | name, | |
| $ | val = null | |||
| ) |
Add attributes to this element
- Parameters:
-
string $name name of the node string $value value of the node
- Returns:
- boolean
Definition at line 1105 of file xml.php.
References XmlNode::addNamespace().
| XmlElement::attributes | ( | ) |
| XmlElement::removeAttribute | ( | $ | attr | ) |
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/libs/xml.php