# File lib/xml/xpath.rb, line 481
    def initialize(proc, source)
      @proc = proc
      @source = source
    end