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