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