# File lib/libxml/document.rb, line 120
      def find(xpath, nslist = nil)
        self.context(nslist).find(xpath)
      end