Uses of Class
org.apache.xerces.impl.dv.xs.TypeValidator

Packages that use TypeValidator
org.apache.xerces.impl.dv.xs   
 

Uses of TypeValidator in org.apache.xerces.impl.dv.xs
 

Subclasses of TypeValidator in org.apache.xerces.impl.dv.xs
 class AbstractDateTimeDV
          This is the base class of all date/time datatype validators.
 class AnySimpleDV
          Represent the schema type "anySimpleType"
 class AnyURIDV
          Represent the schema type "anyURI"
 class Base64BinaryDV
          Represent the schema type "base64Binary"
 class BooleanDV
          Represent the schema type "boolean"
 class DateDV
          Validator for datatype (W3C Schema datatypes)
 class DateTimeDV
          Validator for <dateTime> datatype (W3C Schema Datatypes)
 class DayDV
          Validator for <gDay> datatype (W3C Schema datatypes)
 class DecimalDV
          Represent the schema type "decimal"
 class DoubleDV
          Represent the schema type "double"
 class DurationDV
          Validator for <duration> datatype (W3C Schema Datatypes)
 class EntityDV
          Represent the schema type "entity"
 class FloatDV
          Represent the schema type "float"
 class HexBinaryDV
          Represent the schema type "hexBinary"
 class IDDV
          Represent the schema type "ID"
 class IDREFDV
          Represent the schema type "IDREF"
 class IntegerDV
          Represent the schema type "integer"
 class ListDV
          Represent the schema list types
 class MonthDayDV
          Validator for <gMonthDay> datatype (W3C Schema Datatypes)
 class MonthDV
          Validator for <gMonth> datatype (W3C Schema Datatypes)
 class QNameDV
          Represent the schema type "QName" and "NOTATION"
 class StringDV
          Represent the schema type "string"
 class TimeDV
          Validator for <time> datatype (W3C Schema Datatypes)
 class UnionDV
          Represent the schema union types
 class YearDV
          Validator for <gYear> datatype (W3C Schema Datatypes)
 class YearMonthDV
          Validator for <gYearMonth> datatype (W3C Schema Datatypes)
 

Methods in org.apache.xerces.impl.dv.xs that return TypeValidator
protected static TypeValidator[] XSSimpleTypeDecl.getGDVs()
           
 

Methods in org.apache.xerces.impl.dv.xs with parameters of type TypeValidator
protected  void XSSimpleTypeDecl.setDVs(TypeValidator[] dvs)
           
 



Copyright © 2011. All Rights Reserved.