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