public final class XmlChars
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
SIZE |
(package private) static int[] |
sXml10Chars |
(package private) static int[] |
sXml10StartChars |
Modifier | Constructor and Description |
---|---|
private |
XmlChars() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCharDesc(int i) |
static boolean |
is10NameChar(int c) |
static boolean |
is10NameStartChar(int c) |
static boolean |
is11NameChar(int c) |
static boolean |
is11NameStartChar(int c) |
private static void |
SETBITS(int[] array,
int point) |
private static void |
SETBITS(int[] array,
int start,
int end) |
static final int SIZE
static final int[] sXml10StartChars
static final int[] sXml10Chars
public static final boolean is10NameStartChar(int c)
public static final boolean is10NameChar(int c)
public static final boolean is11NameStartChar(int c)
public static final boolean is11NameChar(int c)
public static java.lang.String getCharDesc(int i)
private static void SETBITS(int[] array, int start, int end)
private static void SETBITS(int[] array, int point)