# File lib/libxml/node.rb, line 103
      def each_attr
        attributes.each do |attr|
          yield(attr)
        end
      end