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