AbstractDateTimeDV | This is the base class of all date/time datatype validators. | code | html |
TypeValidator | All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract class. | code | html |
AbstractDateTimeDV.DateTimeData | Represents date time data | code | html |
AnyAtomicDV | Represent the schema type "anyAtomicType" | code | html |
AnySimpleDV | Represent the schema type "anySimpleType" | code | html |
AnyURIDV | Represent the schema type "anyURI" | code | html |
Base64BinaryDV | Represent the schema type "base64Binary" | code | html |
Base64BinaryDV.XBase64 | represent base64 data | code | html |
BaseDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs | code | html |
BooleanDV | Represent the schema type "boolean" | code | html |
DateDV | Validator for |
code | html |
DateTimeDV | Validator for <dateTime> datatype (W3C Schema Datatypes) | code | html |
DayDV | Validator for <gDay> datatype (W3C Schema datatypes) | code | html |
DayTimeDurationDV | Used to validate the |
code | html |
DecimalDV | Represent the schema type "decimal" | code | html |
DecimalDV.XDecimal | code | html | |
DoubleDV | Represent the schema type "double" | code | html |
DoubleDV.XDouble | code | html | |
DurationDV | Validator for <duration> datatype (W3C Schema Datatypes) | code | html |
EntityDV | Represent the schema type "entity" | code | html |
FloatDV | Represent the schema type "float" | code | html |
FloatDV.XFloat | code | html | |
FullDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs | code | html |
HexBinaryDV | Represent the schema type "hexBinary" | code | html |
HexBinaryDV.XHex | code | html | |
IDDV | Represent the schema type "ID" | code | html |
IDREFDV | Represent the schema type "IDREF" | code | html |
IntegerDV | Represent the schema type "integer" | code | html |
ListDV | Represent the schema list types | code | html |
ListDV.ListData | code | html | |
MonthDV | Validator for <gMonth> datatype (W3C Schema Datatypes) | code | html |
MonthDayDV | Validator for <gMonthDay> datatype (W3C Schema Datatypes) | code | html |
PrecisionDecimalDV | Validator for |
code | html |
PrecisionDecimalDV.XPrecisionDecimal | code | html | |
QNameDV | Represent the schema type "QName" and "NOTATION" | code | html |
QNameDV.XQName | represent QName data | code | html |
SchemaDVFactoryImpl | the factory to create/return built-in schema DVs and create user-defined DVs | code | html |
SchemaDateTimeException | code | html | |
StringDV | Represent the schema type "string" | code | html |
TimeDV | Validator for <time> datatype (W3C Schema Datatypes) | code | html |
UnionDV | Represent the schema union types | code | html |
XSSimpleTypeDecl | code | html | |
XSSimpleTypeDecl.ValidationContextImpl | A wrapper of ValidationContext, to provide a way of switching to a different Namespace declaration context. | code | html |
XSSimpleTypeDecl.XSFacetImpl | code | html | |
XSSimpleTypeDecl.XSMVFacetImpl | code | html | |
YearDV | Validator for <gYear> datatype (W3C Schema Datatypes) | code | html |
YearMonthDV | Validator for <gYearMonth> datatype (W3C Schema Datatypes) | code | html |
YearMonthDurationDV | Used to validate the |
code | html |