com.sun.msv.datatype.xsd

Class NameType

public class NameType extends TokenType

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

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final NameType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String content, ValidationContext context)