net.sf.saxon.functions.regex
Class UnicodeBlocks
java.lang.Object
net.sf.saxon.functions.regex.UnicodeBlocks
public class UnicodeBlocks
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeBlocks
public UnicodeBlocks()
getBlock
public static JDK15RegexTranslator.CharClass getBlock(String name)
throws RegexSyntaxException
- Throws:
RegexSyntaxException
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.