# File lib/nokogiri/xml/node.rb, line 153
      def at path, ns = document.root.namespaces
        search(path, ns).first
      end