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"));
bool init()
Definition ignoretag.hh:48
void impl_write(XMLElement *element) const
Definition ignoretag.hh:50
IgnoreTagFactory(ObjectFactory *parent, const XMLElement *element)
Definition ignoretag.hh:45
ObjectFactory * parent()
Definition parser.cc:199
ObjectFactory(ObjectFactory *parent=NULL, const XMLElement *element=NULL)
Definition parser.cc:134
Definition ignoretag.hh:36
tinyxml2::XMLComment XMLComment
Definition parser.hh:49
tinyxml2::XMLElement XMLElement
Definition parser.hh:43
Definition ignoretag.hh:35
Definition assertion.hh:45