# File src/rexml/light/node.rb, line 172 def has_name?( name, namespace = '' ) el!() at(3) == name and namespace() == namespace end