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