# File lib/rd/element.rb, line 48
    def each_child
      children.each do |i|
        yield(i)
      end
    end