class Hpricot::DocType

def initialize(target, pubid, sysid)

def initialize(target, pubid, sysid)
  @target, @public_id, @system_id = target, pubid, sysid
end