Class REXML::Attribute
In: rexml/attribute.rb
Parent: Object

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
==    clone    element=    hash    namespace    new    prefix    remove    to_s    value    write   
Attributes
:element  [R] 

The element to which this attribute belongs

:normalized  [W] 
Included modules
Node Namespace
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%