Class Constants

java.lang.Object
org.owasp.validator.html.scan.Constants

public class Constants extends Object
  • Field Details

    • DEFAULT_ENCODING_ALGORITHM

      public static final String DEFAULT_ENCODING_ALGORITHM
      See Also:
    • BASIC_PARAM_TAG_RULE

      public static final Tag BASIC_PARAM_TAG_RULE
    • defaultAllowedEmptyTags

      public static List<String> defaultAllowedEmptyTags
    • defaultRequiresClosingTags

      public static List<String> defaultRequiresClosingTags
    • DEFAULT_LOCALE_LANG

      public static final String DEFAULT_LOCALE_LANG
      See Also:
    • DEFAULT_LOCALE_LOC

      public static final String DEFAULT_LOCALE_LOC
      See Also:
    • big5CharsToEncode

      public static final String big5CharsToEncode
      See Also:
    • big5CharsToEncodeSet

      public static final Set<Integer> big5CharsToEncodeSet
  • Constructor Details

    • Constants

      public Constants()