# File lib/html5/treebuilders/hpricot.rb, line 210
        def insertDoctype(name, public_id, system_id)
          doctype = @doctypeClass.new(name, public_id, system_id)
          @document.appendChild(doctype)
        end