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