public class XMLChar extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MASK_VALID
Valid character mask.
|
| Constructor and Description |
|---|
XMLChar() |
public static final int MASK_VALID
public static boolean isValid(int c)
If the program chooses to apply the mask directly to the
CHARS array, then they are responsible for checking the
surrogate character range.
c - The character to check.Copyright © 2007–2017. All rights reserved.