# File temp/element.rb, line 1028
    def each
      each_attribute do |attr|
        yield [attr.expanded_name, attr.value]
      end
    end