# File lib/xsd/xmlparser/parser.rb, line 32
  def self.create_parser(host, opt = {})
    @@parser_factory.new(host, opt)
  end