class Nokogiri::XML::Node

def has_attribute?(property)

def has_attribute?(property)
  key? property
end