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