Class used to ignore a tag. More...
#include <hpp/manipulation/parser/factories/ignoretag.hh>
Public Member Functions | |
IgnoreTagFactory (ObjectFactory *parent, const XMLElement *element) | |
bool | init () |
Called when the object is created. |
Class used to ignore a tag.
If the parser knows it should ignore a tag, no warning will be printed in the logs. Moreover, its children won't be parsed.
hpp::manipulation::parser::IgnoreTagFactory::IgnoreTagFactory | ( | ObjectFactory * | parent, |
const XMLElement * | element | ||
) | [inline] |
bool hpp::manipulation::parser::IgnoreTagFactory::init | ( | ) | [inline, virtual] |
Called when the object is created.
Reimplemented from hpp::manipulation::parser::ObjectFactory.