Interface JsonFallback


public interface JsonFallback
Fallback function for invalid XML characters.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(String string)
    Converts the specified token.
  • Method Details

    • convert

      String convert(String string)
      Converts the specified token.
      Parameters:
      string - input string
      Returns:
      converted token