# File rexml/document.rb, line 127
    def doc_type
      @children.find { |item| item.kind_of? DocType }
    end