Class Summary |
AbstractDateTimeDV |
This is the base class of all date/time datatype validators. |
AnySimpleDV |
Represent the schema type "anySimpleType"
INTERNAL: |
AnyURIDV |
Represent the schema type "anyURI"
INTERNAL: |
Base64BinaryDV |
Represent the schema type "base64Binary"
INTERNAL: |
BaseDVFactory |
the factory to create/return built-in schema DVs and create user-defined DVs
INTERNAL: |
BooleanDV |
Represent the schema type "boolean"
INTERNAL: |
DateDV |
Validator for datatype (W3C Schema datatypes)
INTERNAL: |
DateTimeDV |
Validator for <dateTime> datatype (W3C Schema Datatypes)
INTERNAL: |
DayDV |
Validator for <gDay> datatype (W3C Schema datatypes)
INTERNAL: |
DecimalDV |
Represent the schema type "decimal"
INTERNAL: |
DoubleDV |
Represent the schema type "double"
INTERNAL: |
DurationDV |
Validator for <duration> datatype (W3C Schema Datatypes)
INTERNAL: |
EntityDV |
Represent the schema type "entity"
INTERNAL: |
FloatDV |
Represent the schema type "float"
INTERNAL: |
FullDVFactory |
the factory to create/return built-in schema DVs and create user-defined DVs
INTERNAL: |
HexBinaryDV |
Represent the schema type "hexBinary"
INTERNAL: |
IDDV |
Represent the schema type "ID"
INTERNAL: |
IDREFDV |
Represent the schema type "IDREF"
INTERNAL: |
IntegerDV |
Represent the schema type "integer"
INTERNAL: |
ListDV |
Represent the schema list types
INTERNAL: |
MonthDayDV |
Validator for <gMonthDay> datatype (W3C Schema Datatypes)
INTERNAL: |
MonthDV |
Validator for <gMonth> datatype (W3C Schema Datatypes)
INTERNAL: |
QNameDV |
Represent the schema type "QName" and "NOTATION"
INTERNAL: |
SchemaDVFactoryImpl |
the factory to create/return built-in schema DVs and create user-defined DVs
INTERNAL: |
StringDV |
Represent the schema type "string"
INTERNAL: |
TimeDV |
Validator for <time> datatype (W3C Schema Datatypes)
INTERNAL: |
TypeValidator |
All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract
class. |
UnionDV |
Represent the schema union types
INTERNAL: |
XSSimpleTypeDecl |
INTERNAL: |
YearDV |
Validator for <gYear> datatype (W3C Schema Datatypes)
INTERNAL: |
YearMonthDV |
Validator for <gYearMonth> datatype (W3C Schema Datatypes)
INTERNAL: |