hpp-util
5.1.0
Debugging tools for the HPP project.
|
Go to the documentation of this file.
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
IgnoreTagFactory(ObjectFactory *parent, const XMLElement *element)
Definition: ignoretag.hh:45
void impl_write(XMLElement *element) const
Definition: ignoretag.hh:50
tinyxml2::XMLComment XMLComment
Definition: parser.hh:49
bool init()
Definition: ignoretag.hh:48
Class that catch XML Parser events for a specific tag and build the corresponding Object.
Definition: parser.hh:89
Definition: ignoretag.hh:43
Definition: assertion.hh:45
tinyxml2::XMLElement XMLElement
Definition: parser.hh:43
ObjectFactory * parent()
Definition: parser.cc:199