29#ifndef HPP_UTIL_FACTORIES_IGNORETAG_HH
30#define HPP_UTIL_FACTORIES_IGNORETAG_HH
48 bool init() {
return false; }
Definition ignoretag.hh:43
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
Class that catch XML Parser events for a specific tag and build the corresponding Object.
Definition parser.hh:89
ObjectFactory * parent()
Definition parser.cc:199
tinyxml2::XMLComment XMLComment
Definition parser.hh:49
tinyxml2::XMLElement XMLElement
Definition parser.hh:43
Definition assertion.hh:45
Class to ease exception creation.
Definition exception-factory.hh:73