# File lib/xml/xpath.rb, line 2768 def initialize(context) @context = context @visitor = context.visitor @nodes = [] end