Uses of Class
org.apache.xerces.validators.datatype.SchemaDateTimeException

Packages that use SchemaDateTimeException
org.apache.xerces.validators.datatype   
 

Uses of SchemaDateTimeException in org.apache.xerces.validators.datatype
 

Methods in org.apache.xerces.validators.datatype that throw SchemaDateTimeException
protected abstract  int[] DateTimeValidator.parse(java.lang.String content, int[] date)
          Implemented by each subtype, calling appropriate function to parse given date/time
protected  int[] DateTimeDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of dateTime object
protected  int[] DateDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of dateTime object
protected  int[] YearMonthDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of yearMonth object
protected  int[] DurationDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of duration object
protected  int[] MonthDayDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of gMonthDay object
protected  int[] YearDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of gYear object
protected  int[] MonthDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of gMonth object
protected  int[] TimeDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of time object
protected  int[] DayDatatypeValidator.parse(java.lang.String str, int[] date)
          Parses, validates and computes normalized version of gDay object
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.