# File lib/xsd/xmlparser/parser.rb, line 47
  def initialize(host, opt = {})
    @host = host
    @charset = opt[:charset] || nil
  end