Class Categories


  • public class Categories
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.util.HashMap<java.lang.String,​int[]> CATEGORIES  
    • Constructor Summary

      Constructors 
      Constructor Description
      Categories()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CATEGORIES

        public static final java.util.HashMap<java.lang.String,​int[]> CATEGORIES
    • Constructor Detail

      • Categories

        public Categories()