hpp-util
4.12.0
Debugging tools for the HPP project.
|
Go to the documentation of this file.
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
IgnoreTagFactory(ObjectFactory *parent, const XMLElement *element)
Definition: ignoretag.hh:33
void impl_write(XMLElement *element) const
Definition: ignoretag.hh:41
bool init()
Definition: ignoretag.hh:36
Class that catch XML Parser events for a specific tag and build the corresponding Object.
Definition: parser.hh:77
Definition: ignoretag.hh:31
Definition: assertion.hh:22
TiXmlElement XMLElement
Definition: parser.hh:31
TiXmlComment XMLComment
Definition: parser.hh:37
ObjectFactory * parent()
Definition: parser.cc:230