# File lib/relax/response.rb, line 83
    def is?(name)
      root.name.gsub(/.*:(.*)/, '\1') == node_name(name)
    end