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