net.sf.saxon.functions.regex
Class UnicodeBlocks

java.lang.Object
  extended by 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


Constructor Summary
UnicodeBlocks()
           
 
Method Summary
static JDK15RegexTranslator.CharClass getBlock(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeBlocks

public UnicodeBlocks()
Method Detail

getBlock

public static JDK15RegexTranslator.CharClass getBlock(String name)
                                               throws RegexSyntaxException
Throws:
RegexSyntaxException


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