29#ifndef HPP_MANIPULATION_PARSER_FACTORIES_IGNORETAG_HH
30#define HPP_MANIPULATION_PARSER_FACTORIES_IGNORETAG_HH
35namespace manipulation {
48 bool init() {
return false; }
Definition ignoretag.hh:43
IgnoreTagFactory(ObjectFactory *parent, const XMLElement *element)
Definition ignoretag.hh:45
bool init()
Definition ignoretag.hh:48
Class that catch XML Parser events for a specific tag and build the corresponding Object.
Definition parser.hh:85
tinyxml2::XMLElement XMLElement
Definition parser.hh:43
Definition ignoretag.hh:34