17 #ifndef HPP_UTIL_FACTORIES_IGNORETAG_HH 18 # define HPP_UTIL_FACTORIES_IGNORETAG_HH 43 element->InsertEndChild (
XMLComment (
"This tag was ignored"));
52 #endif // HPP_UTIL_FACTORIES_IGNORETAG_HH void impl_write(XMLElement *element) const
Definition: ignoretag.hh:41
Definition: assertion.hh:24
Class that catch XML Parser events for a specific tag and build the corresponding Object...
Definition: parser.hh:77
ObjectFactory * parent()
Definition: parser.cc:230
TiXmlComment XMLComment
Definition: parser.hh:37
TiXmlElement XMLElement
Definition: parser.hh:31
Definition: ignoretag.hh:31
bool init()
Definition: ignoretag.hh:36
IgnoreTagFactory(ObjectFactory *parent, const XMLElement *element)
Definition: ignoretag.hh:33