org.eclipse.xsd.impl.type
Class XSDGMonthDayType.AccessibleMonthDayDV

java.lang.Object
  |
  +--org.apache.xerces.impl.dv.xs.TypeValidator
        |
        +--org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
              |
              +--org.apache.xerces.impl.dv.xs.MonthDayDV
                    |
                    +--org.eclipse.xsd.impl.type.XSDGMonthDayType.AccessibleMonthDayDV
Enclosing class:
XSDGMonthDayType

public static class XSDGMonthDayType.AccessibleMonthDayDV
extends org.apache.xerces.impl.dv.xs.MonthDayDV


Fields inherited from class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
CY, D, DAY, fBuffer, fDateValue, fEnd, fEnumSize, fStart, h, hh, m, M, message, mm, MONTH, MONTH_SIZE, ms, s, timeZone, TOTAL_SIZE, utc, YEAR
 
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
 
Constructor Summary
XSDGMonthDayType.AccessibleMonthDayDV()
           
 
Method Summary
 short compareDates(int[] monthDay1, int[] monthDay2, boolean strict)
           
 java.lang.String dateToString(int[] monthDay)
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.MonthDayDV
getActualValue, parse
 
Methods inherited from class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
compare, compareOrder, findUTCSign, fQuotient, fQuotient, getAllowedFacets, getDate, getTime, getTimeZone, getYearMonth, indexOf, initializeValues, isEqual, maxDayInMonthFor, mod, modulo, normalize, parseInt, parseIntYear, parseTimeZone, reportError, resetBuffer, resetDateObj, validateDateTime
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, getDataLength, getFractionDigits, getTotalDigits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDGMonthDayType.AccessibleMonthDayDV

public XSDGMonthDayType.AccessibleMonthDayDV()
Method Detail

dateToString

public java.lang.String dateToString(int[] monthDay)
Overrides:
dateToString in class org.apache.xerces.impl.dv.xs.MonthDayDV

compareDates

public short compareDates(int[] monthDay1,
                          int[] monthDay2,
                          boolean strict)
Overrides:
compareDates in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.