| Class REXML::Attribute |
|
Defines an Element Attribute; IE, a attribute=value pair, as in: <element attribute="value"/>. Attributes can be in their own namespaces. General users of REXML will not interact with the Attribute class much.
| Methods |
| Attributes |
| :element | [R] | The element to which this attribute belongs |
| :normalized | [W] |
| Included modules |
| Public Class methods |
| ==%params% |
| clone%params% |
| element=%params% |
| hash%params% |
| namespace%params% |
| new%params% |
| prefix%params% |
| remove%params% |
| to_s%params% |
| value%params% |
| write%params% |
| Public Instance methods |
| ==%params% |
| clone%params% |
| element=%params% |
| hash%params% |
| namespace%params% |
| new%params% |
| prefix%params% |
| remove%params% |
| to_s%params% |
| value%params% |
| write%params% |