# File lib/nokogiri/xml/node.rb, line 462
      def each
        attribute_nodes.each { |node|
          yield [node.node_name, node.value]
        }
      end