public class Categories extends Object
Modifier and Type | Field and Description |
---|---|
static IntPredicate |
ESCAPE_c |
static IntPredicate |
ESCAPE_C |
static IntPredicate |
ESCAPE_d |
static IntPredicate |
ESCAPE_D |
static IntPredicate |
ESCAPE_i |
static IntPredicate |
ESCAPE_I |
static IntPredicate |
ESCAPE_s |
static IntPredicate |
ESCAPE_S |
static IntPredicate |
ESCAPE_w |
static IntPredicate |
ESCAPE_W |
Constructor and Description |
---|
Categories() |
Modifier and Type | Method and Description |
---|---|
static IntPredicate |
getCategory(String cat)
Get a predicate to test characters for membership of one of the Unicode
character categories
|
public static final IntPredicate ESCAPE_s
public static final IntPredicate ESCAPE_S
public static final IntPredicate ESCAPE_i
public static final IntPredicate ESCAPE_I
public static final IntPredicate ESCAPE_c
public static final IntPredicate ESCAPE_C
public static final IntPredicate ESCAPE_d
public static final IntPredicate ESCAPE_D
public static final IntPredicate ESCAPE_w
public static final IntPredicate ESCAPE_W
public static IntPredicate getCategory(String cat)
cat
- a one-character or two-character category name, for example L or LuCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.