com.sun.msv.datatype.xsd

Class NcnameType

public class NcnameType extends TokenType

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

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final NcnameType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String content, ValidationContext context)