Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef _DATEORTIMETYPE_HPP
00023 #define _DATEORTIMETYPE_HPP
00024
00025 #include <xercesc/util/XMLString.hpp>
00026 #include <xqilla/items/AnyAtomicType.hpp>
00027
00028 #include <xqilla/framework/XQillaExport.hpp>
00029
00030 class ATDecimalOrDerived;
00031 class ATDurationOrDerived;
00032
00033 class XQILLA_API DateOrTimeType : public AnyAtomicType
00034 {
00035 public:
00036 typedef RefCountPointer<const DateOrTimeType> Ptr;
00037
00038
00039 virtual bool isDateOrTimeTypeValue() const;
00040
00044 virtual bool hasTimezone() const = 0;
00045
00046 };
00047
00048 #endif // _ATDATETIMEORDERIVED_HPP