# File lib/html5/treewalkers/base.rb, line 46
  def doctype(name, public_id, system_id, correct=nil)
    {:type => :Doctype, :name => name, :public_id => public_id, :system_id => system_id, :correct => correct}
  end