com.sun.msv.grammar.relax
Class EmptyStringType
BuiltinAtomicType
com.sun.msv.grammar.relax.EmptyStringType
public class EmptyStringType
extends BuiltinAtomicType
'emptyString' type of RELAX.
this type accepts nothing but "".
_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)