00001 #ifndef DOMNotation_HEADER_GUARD_
00002 #define DOMNotation_HEADER_GUARD_
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 #include <xercesc/util/XercesDefs.hpp>
00025 #include <xercesc/dom/DOMNode.hpp>
00026 
00027 XERCES_CPP_NAMESPACE_BEGIN
00028 
00029 
00043 class  DOMNotation: public DOMNode {
00044 protected:
00045     
00046     
00047     
00050     DOMNotation() {}
00051     DOMNotation(const DOMNotation &other) : DOMNode(other) {}
00053 
00054 private:
00055     
00056     
00057     
00060     DOMNotation & operator = (const DOMNotation &);
00062 
00063 public:
00064     
00065     
00066     
00073     virtual ~DOMNotation() {};
00075 
00076 
00077     
00078     
00079     
00082     
00083     
00084     
00093     virtual const XMLCh *getPublicId() const = 0;
00094 
00103     virtual const XMLCh *getSystemId() const = 0;
00104 
00105 
00107 };
00108 
00109 XERCES_CPP_NAMESPACE_END
00110 
00111 #endif
00112 
00113