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