All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.basex.io.parse.json.JsonFallback Maven / Gradle / Ivy

There is a newer version: 11.3
Show newest version
package org.basex.io.parse.json;

/**
 * Fallback function for invalid XML characters.
 *
 * @author BaseX Team 2005-22, BSD License
 * @author Christian Gruen
 */
public interface JsonFallback {
  /**
   * Converts the specified token.
   * @param string input string
   * @return converted token
   */
  String convert(String string);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy