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