Package org.apache.axis.types
Class Language
java.lang.Object
org.apache.axis.types.NormalizedString
org.apache.axis.types.Token
org.apache.axis.types.Language
- All Implemented Interfaces:
Serializable
Custom class for supporting XSD data type language
language represents natural language identifiers as defined by [RFC 1766].
The value space of language is the set of all strings that are valid language identifiers
as defined in the language identification section of [XML 1.0 (Second Edition)].
The lexical space of language is the set of all strings that are valid language identifiers
as defined in the language identification section of [XML 1.0 (Second Edition)].
The base type of language is token.
- Author:
- Eddie Pick invalid input: '<'eddie@pick.eu.org>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis.types.NormalizedString
equals, hashCode, toString
-
Constructor Details
-
Language
public Language() -
Language
ctor for Language- Throws:
IllegalArgumentException
- will be thrown if validation fails
-
-
Method Details
-
isValid
validate the value against the xsd definition TODO- See Also:
-