Package net.sf.saxon.regex
Class UnicodeBlocks
- java.lang.Object
-
- net.sf.saxon.regex.UnicodeBlocks
-
public class UnicodeBlocks extends java.lang.Object
This 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
-
-
Constructor Summary
Constructors Constructor Description UnicodeBlocks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntSet
getBlock(java.lang.String name)
-
-
-
Method Detail
-
getBlock
public static IntSet getBlock(java.lang.String name) throws RESyntaxException
- Throws:
RESyntaxException
-
-