当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
NCName (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class NCName
java.lang.Object
org.apache.axis.types.NormalizedString
org.apache.axis.types.Token
org.apache.axis.types.Name
org.apache.axis.types.NCName
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Entities, Entity, Id, IDRef, IDRefs, NMTokens
- public class NCName
- extends Name
Custom class for supporting XSD data type NCName
NCName represents XML "non-colonized" Names
The base type of NCName is Name.
- Author:
- Chris Haddad
- See Also:
- XML Schema 3.3.7,
NCName Production,
Serialized Form
Method Summary |
boolean |
isValid(String stValue)
validate the value against the xsd definition
NCName ::= (Letter | '_') (NCNameChar)*
NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender |
NCName
public NCName()
NCName
public NCName(String stValue)
throws IllegalArgumentException
- ctor for NCName
- Throws:
IllegalArgumentException
- will be thrown if validation fails
isValid
public boolean isValid(String stValue)
- validate the value against the xsd definition
NCName ::= (Letter | '_') (NCNameChar)*
NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender
- Overrides:
isValid
in class Name
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.