# File lib/rexml/parent.rb, line 39
    def each(&block)
      @children.each(&block)
    end