com.thaiopensource.datatype.xsd
Class IntegerRestrictDatatype

java.lang.Object
  extended by com.thaiopensource.datatype.xsd.DatatypeBase
      extended by com.thaiopensource.datatype.xsd.RestrictDatatype
          extended by com.thaiopensource.datatype.xsd.ValueRestrictDatatype
              extended by com.thaiopensource.datatype.xsd.ScaleRestrictDatatype
                  extended by com.thaiopensource.datatype.xsd.IntegerRestrictDatatype
All Implemented Interfaces:
Datatype2, Datatype

 class IntegerRestrictDatatype
extends ScaleRestrictDatatype


Field Summary
 
Fields inherited from class com.thaiopensource.datatype.xsd.RestrictDatatype
base
 
Fields inherited from class com.thaiopensource.datatype.xsd.DatatypeBase
WHITE_SPACE_COLLAPSE, WHITE_SPACE_PRESERVE, WHITE_SPACE_REPLACE
 
Fields inherited from interface org.relaxng.datatype.Datatype
ID_TYPE_ID, ID_TYPE_IDREF, ID_TYPE_IDREFS, ID_TYPE_NULL
 
Constructor Summary
IntegerRestrictDatatype(DatatypeBase base)
           
 
Method Summary
(package private)  boolean lexicallyAllows(String str)
           
 
Methods inherited from class com.thaiopensource.datatype.xsd.ScaleRestrictDatatype
satisfiesRestriction
 
Methods inherited from class com.thaiopensource.datatype.xsd.ValueRestrictDatatype
allowsValue, getValue
 
Methods inherited from class com.thaiopensource.datatype.xsd.RestrictDatatype
getIdType, getMeasure, getOrderRelation, getPrimitive, sameValue, valueHashCode
 
Methods inherited from class com.thaiopensource.datatype.xsd.DatatypeBase
alwaysValid, checkValid, createStreamingValidator, createValue, getWhiteSpace, isContextDependent, isValid, normalizeWhiteSpace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerRestrictDatatype

IntegerRestrictDatatype(DatatypeBase base)
Method Detail

lexicallyAllows

boolean lexicallyAllows(String str)
Overrides:
lexicallyAllows in class RestrictDatatype