Class StiNameValidator

java.lang.Object
com.stimulsoft.report.StiNameValidator

public class StiNameValidator extends Object
The class serves to serialize into a code of a report.
  • Constructor Details

    • StiNameValidator

      public StiNameValidator()
  • Method Details

    • CorrectName

      public static String CorrectName(String str)
      Replaces incorrect symbols in the string on the symbol '_'.
      Parameters:
      str - String to change.
      Returns:
      Changed string.
    • correctArrayName

      public static ArrayList<String> correctArrayName(ArrayList<String> array)
    • correctName

      public static String correctName(String str, StiReport report)
    • correctName

      public static String correctName(String str, boolean checkKeywords)
    • correctName

      public static String correctName(String str, boolean checkKeywords, StiReport report)
    • correctName

      public static String correctName(String str, boolean checkKeywords, StiReport report, boolean isDataExpression)
      Replaces incorrect symbols in the string on the symbol '_'.
      Parameters:
      str - String to change.
      Returns:
      Changed string.