org.ucl.xpath.types
Class CalendarType

java.lang.Object
  extended byorg.ucl.xpath.types.AnyType
      extended byorg.ucl.xpath.types.AnySimpleType
          extended byorg.ucl.xpath.types.AnyAtomicType
              extended byorg.ucl.xpath.types.CtrType
                  extended byorg.ucl.xpath.types.CalendarType
Direct Known Subclasses:
XSDate, XSDateTime, XSGDay, XSGMonth, XSGMonthDay, XSGYear, XSGYearMonth, XSTime

public abstract class CalendarType
extends CtrType

Common base for all Calendar based classes


Constructor Summary
CalendarType()
           
 
Methods inherited from class org.ucl.xpath.types.CtrType
constructor, type_name
 
Methods inherited from class org.ucl.xpath.types.AnyType
string_type, string_value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarType

public CalendarType()