org.whattf.datatype
Class DateOrTimeContent

java.lang.Object
  extended by org.whattf.datatype.AbstractDatatype
      extended by org.whattf.datatype.AbstractDatetime
          extended by org.whattf.datatype.DateOrTimeContent
All Implemented Interfaces:
Datatype

public class DateOrTimeContent
extends AbstractDatetime


Field Summary
 int i
           
static DateOrTimeContent THE_INSTANCE
          The singleton instance.
private static Pattern THE_PATTERN
          The rexexp for this datatype.
 
Fields inherited from interface org.relaxng.datatype.Datatype
ID_TYPE_ID, ID_TYPE_IDREF, ID_TYPE_IDREFS, ID_TYPE_NULL
 
Constructor Summary
protected DateOrTimeContent()
           
 
Method Summary
protected  Pattern getPattern()
           
 
Methods inherited from class org.whattf.datatype.AbstractDatetime
checkHour, checkMinute, checkSecond, checkValid
 
Methods inherited from class org.whattf.datatype.AbstractDatatype
checkValid, createStreamingValidator, createValue, getIdType, isContextDependent, isValid, isWhitespace, sameValue, toAsciiLowerCase, toAsciiLowerCase, valueHashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THE_INSTANCE

public static final DateOrTimeContent THE_INSTANCE
The singleton instance.


i

public int i

THE_PATTERN

private static final Pattern THE_PATTERN
The rexexp for this datatype.

Constructor Detail

DateOrTimeContent

protected DateOrTimeContent()
Method Detail

getPattern

protected Pattern getPattern()
Specified by:
getPattern in class AbstractDatetime