# File rexml/attlistdecl.rb, line 65
  def include?(key)
			@pairs.keys.include? key
		end