module Hpricot::Elem::Trav

def has_attribute?(name)

def has_attribute?(name)
  self.raw_attributes && self.raw_attributes.has_key?(name.to_s)
end