# File lib/rd/element.rb, line 80
    def add_children_under_document_struct(children, document_struct)
      children.each do |i|
        add_child_under_document_struct(i, document_struct)
      end
      return self
    end