org.apache.xerces.impl.dv.xs
Class DateTimeDV

java.lang.Object
  extended by org.apache.xerces.impl.dv.xs.TypeValidator
      extended by org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
          extended by org.apache.xerces.impl.dv.xs.DateTimeDV
Direct Known Subclasses:
DateDV

public class DateTimeDV
extends AbstractDateTimeDV

Validator for <dateTime> datatype (W3C Schema Datatypes)

Version:
$Id: DateTimeDV.java 446745 2006-09-15 21:43:58Z mrglavas $
Author:
Elena Litani, Gopal Sharma, SUN Microsystem Inc.

Field Summary
 
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
 
Constructor Summary
DateTimeDV()
           
 
Method Summary
 java.lang.Object getActualValue(java.lang.String content, ValidationContext context)
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
compare, getAllowedFacets, isIdentical
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeDV

public DateTimeDV()
Method Detail

getActualValue

public java.lang.Object getActualValue(java.lang.String content,
                                       ValidationContext context)
                                throws InvalidDatatypeValueException
Specified by:
getActualValue in class TypeValidator
Throws:
InvalidDatatypeValueException