public final class XmlNames
extends java.lang.Object
| Constructor and Description |
|---|
XmlNames() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findIllegalNameChar(java.lang.String name,
boolean xml11)
Method that can be used to verify whether given String is
a valid xml name or not.
|
private static boolean |
validSurrogateNameChar(char firstChar,
char sec) |
public static int findIllegalNameChar(java.lang.String name,
boolean xml11)
private static boolean validSurrogateNameChar(char firstChar,
char sec)