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

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

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

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



Copyright © 1999 The Apache Software Foundation. All Rights reserved.