Package net.sf.saxon.regex
Class UnicodeBlocks
- java.lang.Object
-
- net.sf.saxon.regex.UnicodeBlocks
-
public class UnicodeBlocks extends Object
This singleton class provides knowledge of the names and contents of Unicode character blocks, as referenced using the\p{IsXXXXX}
construct in a regular expression. The underlying data is in an XML resource file UnicodeBlocks.xml
-
-
Method Detail
-
getBlock
public static IntSet getBlock(String name) throws RESyntaxException
- Throws:
RESyntaxException
-
-