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