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