XPath::AxisIterator
# File lib/xml/xpath.rb, line 2560 def each(node, visitor) yield visitor.visit(node) end