com.thaiopensource.datatype.xsd
Class HexBinaryDatatype
java.lang.Object
com.thaiopensource.datatype.xsd.DatatypeBase
com.thaiopensource.datatype.xsd.BinaryDatatype
com.thaiopensource.datatype.xsd.HexBinaryDatatype
- All Implemented Interfaces:
- Datatype2, Measure, Datatype
class HexBinaryDatatype
- extends BinaryDatatype
Methods inherited from class com.thaiopensource.datatype.xsd.DatatypeBase |
allowsValue, alwaysValid, checkValid, createStreamingValidator, createValue, getIdType, getOrderRelation, getPrimitive, getWhiteSpace, isContextDependent, isValid, normalizeWhiteSpace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INVALID
private static final int INVALID
- See Also:
- Constant Field Values
WHITESPACE
private static final int WHITESPACE
- See Also:
- Constant Field Values
HexBinaryDatatype
HexBinaryDatatype()
lexicallyAllows
boolean lexicallyAllows(String str)
- Specified by:
lexicallyAllows
in class DatatypeBase
getValue
Object getValue(String str,
ValidationContext vc)
- Specified by:
getValue
in class DatatypeBase
weight
private static int weight(char c)