| Class | Description | 
|---|---|
| AbstractDateTimeDV | This is the base class of all date/time datatype validators. | 
| AnySimpleDV | Represent the schema type "anySimpleType" | 
| AnyURIDV | Represent the schema type "anyURI" | 
| Base64BinaryDV | Represent the schema type "base64Binary" | 
| BaseDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs | 
| BaseSchemaDVFactory | the base factory to create/return built-in schema DVs and create user-defined DVs | 
| BooleanDV | Represent the schema type "boolean" | 
| DateDV | Validator for  | 
| DateTimeDV | Validator for <dateTime> datatype (W3C Schema Datatypes) | 
| DateTimeStampDV | Validator for <dateTimeStamp> datatype (W3C Schema Datatypes) | 
| DayDV | Validator for <gDay> datatype (W3C Schema datatypes) | 
| DecimalDV | Represent the schema type "decimal" | 
| DoubleDV | Represent the schema type "double" | 
| DurationDV | Validator for <duration> datatype (W3C Schema Datatypes) | 
| EntityDV | Represent the schema type "entity" | 
| EqualityHelper | |
| ErrorDV | Represents the schema type "error" | 
| ExtendedSchemaDVFactoryImpl | A special factory to create/return built-in schema DVs and create user-defined DVs
 that includes anyAtomicType, yearMonthDuration and dayTimeDuration | 
| FloatDV | Represent the schema type "float" | 
| FullDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs | 
| HexBinaryDV | Represent the schema type "hexBinary" | 
| IDDV | Represent the schema type "ID" | 
| IDREFDV | Represent the schema type "IDREF" | 
| IntegerDV | Represent the schema type "integer" | 
| ListDV | Represent the schema list types | 
| MonthDayDV | Validator for <gMonthDay> datatype (W3C Schema Datatypes) | 
| MonthDV | Validator for <gMonth> datatype (W3C Schema Datatypes) | 
| QNameDV | Represent the schema type "QName" and "NOTATION" | 
| Schema11DVFactoryImpl | A special factory to create/return built-in schema DVs and create user-defined DVs
 that includes anyAtomicType, yearMonthDuration and dayTimeDuration | 
| SchemaDVFactoryImpl | the factory to create/return built-in schema DVs and create user-defined DVs | 
| StringDV | Represent the schema type "string" | 
| TimeDV | Validator for <time> datatype (W3C Schema Datatypes) | 
| TypeValidator | All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract
 class. | 
| TypeValidatorHelper | |
| UnionDV | Represent the schema union types | 
| XSSimpleTypeDecl | |
| XSSimpleTypeDelegate | Base class for XSSimpleType wrapper implementations. | 
| YearDV | Validator for <gYear> datatype (W3C Schema Datatypes) | 
| YearMonthDV | Validator for <gYearMonth> datatype (W3C Schema Datatypes) | 
| Exception | Description | 
|---|---|
| SchemaDateTimeException | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.