com.sun.msv.datatype.xsd

Class LanguageType

public class LanguageType extends TokenType

"language" type. type of the value object is java.lang.String. See http://www.w3.org/TR/xmlschema-2/#language for the spec

Author: Kohsuke KAWAGUCHI

Field Summary
static LanguageTypetheInstance
Method Summary
XSDatatypegetBaseType()
Object_createValue(String content, ValidationContext context)

Field Detail

theInstance

public static final LanguageType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String content, ValidationContext context)