# File lib/html5/treebuilders/hpricot.rb, line 153
        def initialize(name, public_id, system_id)
          begin
            super(name)
          rescue ArgumentError # needs 3...
          end

          @hpricot = ::Hpricot::DocType.new(name, public_id, system_id)
        end