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