Uses of Interface
com.sun.msv.datatype.xsd.Comparator

Packages that use Comparator
com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. 
 

Uses of Comparator in com.sun.msv.datatype.xsd
 

Classes in com.sun.msv.datatype.xsd that implement Comparator
 class ByteType
          "byte" type.
 class DateTimeType
          "dateTime" type.
 class DateType
          "date" type.
 class DoubleType
          "double" type.
 class DurationType
          "duration" type.
 class FloatType
          "float" type.
 class GDayType
          "gDay" type.
 class GMonthDayType
          "gMonthDay" type.
 class GMonthType
          "gMonth" type.
 class GYearMonthType
          "gYearMonth" type.
 class GYearType
          "gYear" type.
 class IntegerType
          "integer" type.
 class IntType
          "int" type.
 class LongType
          "long" type.
 class NegativeIntegerType
          "negativeInteger" type.
 class NonNegativeIntegerType
          "nonNegativeInteger" type.
 class NonPositiveIntegerType
          "nonPositiveInteger" type.
 class NumberType
          "decimal" type.
 class PositiveIntegerType
          "positiveInteger" type.
 class ShortType
          "short" type.
 class TimeType
          "time" type.
 class UnsignedByteType
          "unsignedByte" type.
 class UnsignedIntType
          "unsignedInt" type.
 class UnsignedLongType
          "unsignedLong" type.
 class UnsignedShortType
          "unsignedShort" type.
 



MSV