| java.lang.Object gnu.mapping.Symbol gnu.xml.XName
XName | public class XName extends Symbol implements Externalizable(Code) | | A QName with namespace nodes [and future optional type annotation].
|
checkName | public static int checkName(String value)(Code) | | Check if a string is a valid NMTOKEN, Name, or NCName.
2 if string is an NCName; otherwise 1 if string is a Name;otherwise 0 if string is an NMTOKEN; otherwise -1. |
getNamespaceNodes | final public NamespaceBinding getNamespaceNodes()(Code) | | Namespace nodes associated with an element.
These are in inverse document/parse order.
|
isNamePart | public static boolean isNamePart(int ch)(Code) | | |
isNameStart | public static boolean isNameStart(int ch)(Code) | | |
isNmToken | public static boolean isNmToken(String value)(Code) | | |
|
|