/*
   * Set selectors from Hash
   *
   * NOTE:
   * the values must be properly escaped (replace & with &, etc.)
   * in Ruby use CGI::escapeHTML()
   *
   * call-seq:
   *   options.selectors = { "Key" => "Value", ... }
   */
  void set_selectors(VALUE hash)