# File lib/xml/xpath.rb, line 2703 def each(node, visitor) visitor.visit(node).each_preceding_siblings { |i| yield visitor.visit(i) } end