|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.regex.CaseVariants
public class CaseVariants
This class holds data about the case-variants of Unicode characters. The data is automatically generated from the Unicode database.
Field Summary | |
---|---|
static int[] |
ROMAN_VARIANTS
Get the case variants of roman letters (A-Z, a-z), other than the letters A-Z and a-z themselves |
Constructor Summary | |
---|---|
CaseVariants()
|
Method Summary | |
---|---|
static int[] |
getCaseVariants(int code)
Get the case variants of a character |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int[] ROMAN_VARIANTS
Constructor Detail |
---|
public CaseVariants()
Method Detail |
---|
public static int[] getCaseVariants(int code)
code
- the character whose case variants are required
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |