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