Class Categories

java.lang.Object
net.sf.saxon.functions.regex.Categories

public class Categories extends Object
Data for Regular expression character categories. This is derived from Unicode 6.0.0. Since Saxon 9.4, we no longer make use of Java's support for character categories since there are too many differences from Unicode.
  • Field Details

    • CATEGORIES

      public static final HashMap<String,int[]> CATEGORIES
  • Constructor Details

    • Categories

      public Categories()