#ifndef AGDDHASTAGHH #define AGDDHASTAGHH #include #include "ExpatInterface/Element.h" namespace agdd { class HasTag { private: bool _isSet; string _tag; xml::Element * _elt; public: void setTag(const string & s) ; explicit HasTag(const string & s) ; const string getTag() const ; void makeTheElement() ; xml::Element * theElement(); }; }; #endif