net.sf.saxon.functions.regex
Class Categories

java.lang.Object
  extended by 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 Summary
static HashMap<String,int[]> CATEGORIES
           
 
Constructor Summary
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 HashMap<String,int[]> CATEGORIES
Constructor Detail

Categories

public Categories()


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.