com.thaiopensource.datatype.xsd
Class BooleanDatatype
java.lang.Object
com.thaiopensource.datatype.xsd.DatatypeBase
com.thaiopensource.datatype.xsd.BooleanDatatype
- All Implemented Interfaces:
- Datatype2, Datatype
class BooleanDatatype
- extends DatatypeBase
Methods inherited from class com.thaiopensource.datatype.xsd.DatatypeBase |
allowsValue, alwaysValid, checkValid, createStreamingValidator, createValue, getIdType, getMeasure, 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 |
BooleanDatatype
BooleanDatatype()
lexicallyAllows
boolean lexicallyAllows(String str)
- Specified by:
lexicallyAllows
in class DatatypeBase
getValue
Object getValue(String str,
ValidationContext vc)
- Specified by:
getValue
in class DatatypeBase