# File lib/rd/element.rb, line 87
    def add_children_without_document_struct(new_children)
      new_children.each do |i|
        push_to_children(i)
      end
      return self
    end