com.sun.msv.grammar.relax
Class NoneType
BuiltinAtomicType
com.sun.msv.grammar.relax.NoneType
public class NoneType
extends BuiltinAtomicType
'none' datatype of RELAX.
this type accepts nothing.
theInstance
public static final NoneType theInstance
_createValue
public Object _createValue(String lexicalValue,
ValidationContext context)
checkFormat
public boolean checkFormat(String literal,
ValidationContext context)
convertToLexicalValue
public String convertToLexicalValue(Object o,
SerializationContext context)
getBaseType
public final XSDatatype getBaseType()
getJavaObjectType
public Class getJavaObjectType()
isFacetApplicable
public int isFacetApplicable(String facetName)