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() |
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–2015 Gephi Consortium. All rights reserved.