com.thaiopensource.datatype
Interface Datatype2

All Superinterfaces:
Datatype
All Known Implementing Classes:
AnyUriDatatype, Base64BinaryDatatype, BinaryDatatype, BooleanDatatype, CdataDatatype, DatatypeBase, DateTimeDatatype, DecimalDatatype, DoubleDatatype, DurationDatatype, EntityDatatype, FloatDatatype, HexBinaryDatatype, IdDatatype, IdrefDatatype, IntegerRestrictDatatype, LengthRestrictDatatype, ListDatatype, MaxExclusiveRestrictDatatype, MaxInclusiveRestrictDatatype, MaxLengthRestrictDatatype, MinExclusiveRestrictDatatype, MinInclusiveRestrictDatatype, MinLengthRestrictDatatype, NameDatatype, NCNameDatatype, NmtokenDatatype, PatternRestrictDatatype, PrecisionRestrictDatatype, QNameDatatype, RegexDatatype, RestrictDatatype, ScaleRestrictDatatype, StringDatatype, StringDatatype, TokenDatatype, TokenDatatype, ValueRestrictDatatype

public interface Datatype2
extends Datatype


Field Summary
 
Fields inherited from interface org.relaxng.datatype.Datatype
ID_TYPE_ID, ID_TYPE_IDREF, ID_TYPE_IDREFS, ID_TYPE_NULL
 
Method Summary
 boolean alwaysValid()
           
 
Methods inherited from interface org.relaxng.datatype.Datatype
checkValid, createStreamingValidator, createValue, getIdType, isContextDependent, isValid, sameValue, valueHashCode
 

Method Detail

alwaysValid

boolean alwaysValid()