# File rexml/attribute.rb, line 86
  def hash
			name.hash + value.hash
		end