# File src/rexml/element.rb, line 1128
                def add( attribute )
                        self[attribute.name] = attribute
                end