29 #ifndef HPP_UTIL_FACTORIES_IGNORETAG_HH 30 #define HPP_UTIL_FACTORIES_IGNORETAG_HH 48 bool init() {
return false; }
51 element->InsertEndChild(
XMLComment(
"This tag was ignored"));
60 #endif // HPP_UTIL_FACTORIES_IGNORETAG_HH void impl_write(XMLElement *element) const
Definition: ignoretag.hh:50
Definition: assertion.hh:45
Class that catch XML Parser events for a specific tag and build the corresponding Object...
Definition: parser.hh:89
ObjectFactory * parent()
Definition: parser.cc:202
TiXmlComment XMLComment
Definition: parser.hh:49
TiXmlElement XMLElement
Definition: parser.hh:43
Definition: ignoretag.hh:43
bool init()
Definition: ignoretag.hh:48
IgnoreTagFactory(ObjectFactory *parent, const XMLElement *element)
Definition: ignoretag.hh:45