com.thaiopensource.datatype.xsd
Class EntityDatatype
java.lang.Object
com.thaiopensource.datatype.xsd.DatatypeBase
com.thaiopensource.datatype.xsd.TokenDatatype
com.thaiopensource.datatype.xsd.NameDatatype
com.thaiopensource.datatype.xsd.NCNameDatatype
com.thaiopensource.datatype.xsd.EntityDatatype
- All Implemented Interfaces:
- Datatype2, Measure, Datatype
class EntityDatatype
- extends NCNameDatatype
Methods inherited from class com.thaiopensource.datatype.xsd.DatatypeBase |
checkValid, createStreamingValidator, createValue, getIdType, getOrderRelation, getPrimitive, getWhiteSpace, isContextDependent, isValid, normalizeWhiteSpace, sameValue, valueHashCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityDatatype
EntityDatatype()
allowsValue
boolean allowsValue(String str,
ValidationContext vc)
- Overrides:
allowsValue
in class DatatypeBase
getValue
Object getValue(String str,
ValidationContext vc)
- Overrides:
getValue
in class TokenDatatype