Package net.sf.saxon.functions.regex
Class UnicodeBlocks
- java.lang.Object
-
- net.sf.saxon.functions.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 JDK15RegexTranslator.CharClass
getBlock(java.lang.String name)
-
-
-
Method Detail
-
getBlock
public static JDK15RegexTranslator.CharClass getBlock(java.lang.String name) throws RegexSyntaxException
- Throws:
RegexSyntaxException
-
-