public class XMLChar extends Object
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
CHARS
Character flags.
|
static int |
MASK_VALID
Valid character mask.
|
| Constructor and Description |
|---|
XMLChar() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValid(int c)
Returns true if the specified character is valid.
|
private static final byte[] CHARS
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 Gephi Consortium. All rights reserved.