|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.databinding.types.NormalizedString
org.apache.axis2.databinding.types.Token
org.apache.axis2.databinding.types.NMToken
Custom class for supporting XSD data type NMToken
NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)]. The value space of NMTOKEN is the set of tokens that match the Nmtoken production in [XML 1.0 (Second Edition)]. The base type of NMTOKEN is token.
Constructor Summary | |
NMToken()
|
|
NMToken(java.lang.String stValue)
ctor for NMToken |
Method Summary | |
static boolean |
isValid(java.lang.String stValue)
validate the value against the xsd definition Nmtoken ::= (NameChar)+ NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender |
Methods inherited from class org.apache.axis2.databinding.types.Token |
setValue |
Methods inherited from class org.apache.axis2.databinding.types.NormalizedString |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NMToken()
public NMToken(java.lang.String stValue) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- will be thrown if validation failsMethod Detail |
public static boolean isValid(java.lang.String stValue)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |