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