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 #ifndef _ATANYURIORDERIVED_HPP
00021 #define _ATANYURIORDERIVED_HPP
00022
00023 #include <xercesc/util/XercesDefs.hpp>
00024 #include <xqilla/framework/XQillaExport.hpp>
00025 #include <xqilla/items/AnyAtomicType.hpp>
00026
00027 class DynamicContext;
00028
00029 class XQILLA_API ATAnyURIOrDerived : public AnyAtomicType
00030 {
00031 public:
00032
00033
00034 virtual const XMLCh* getPrimitiveTypeName() const = 0;
00035
00036
00037 virtual const XMLCh* getTypeURI() const = 0;
00038
00039
00040 virtual const XMLCh* getTypeName() const = 0;
00041
00042
00043 virtual const XMLCh* asString(const DynamicContext* context) const = 0;
00044
00045
00046
00047 virtual bool equals(const AnyAtomicType::Ptr &target, const DynamicContext* context) const = 0;
00048
00049 virtual AnyAtomicType::AtomicObjectType getPrimitiveTypeIndex() const = 0;
00050 };
00051
00052 #endif // _ATANYURIORDERIVED_HPP