public class NMToken extends Token
Constructor and Description |
---|
NMToken() |
NMToken(java.lang.String stValue)
ctor for NMToken
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(java.lang.String stValue)
validate the value against the xsd definition
Nmtoken ::= (NameChar)+
NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
|
equals, hashCode, toString
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.