当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
Token (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class Token
java.lang.Object
org.apache.axis.types.NormalizedString
org.apache.axis.types.Token
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Language, Name, NMToken
- public class Token
- extends NormalizedString
Custom class for supporting primitive XSD data type Token.
token represents tokenized strings.
The base type of token is normalizedString.
- Author:
- Chris Haddad
- See Also:
- XML Schema 3.3.2,
Serialized Form
Method Summary |
boolean |
isValid(String stValue)
validate the value against the xsd definition
The value space of token is the set of strings that do not
contain the line feed (#xA) nor tab (#x9) characters, that
have no leading or trailing spaces (#x20) and that have no
internal sequences of two or more spaces. |
Token
public Token()
Token
public Token(String stValue)
throws IllegalArgumentException
- ctor for Token
- Throws:
IllegalArgumentException
- will be thrown if validation fails
isValid
public boolean isValid(String stValue)
- validate the value against the xsd definition
The value space of token is the set of strings that do not
contain the line feed (#xA) nor tab (#x9) characters, that
have no leading or trailing spaces (#x20) and that have no
internal sequences of two or more spaces. The lexical space
of token is the set of strings that do not contain the line
feed (#xA) nor tab (#x9) characters, that have no leading or
trailing spaces (#x20) and that have no internal sequences of two
or more spaces.
- Overrides:
isValid
in class NormalizedString
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.