# File lib/libxml/node.rb, line 80
      def find_first(xpath, nslist = nil)
        find(xpath, nslist).first
      end