Class used to ignore a tag. More...
#include <hpp/util/factories/ignoretag.hh>
Public Member Functions | |
IgnoreTagFactory (ObjectFactory *parent, const XMLElement *element) | |
bool | init () |
Called when the object is created. | |
void | impl_write (XMLElement *element) const |
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::util::parser::IgnoreTagFactory::IgnoreTagFactory | ( | ObjectFactory * | parent, |
const XMLElement * | element | ||
) | [inline] |
void hpp::util::parser::IgnoreTagFactory::impl_write | ( | XMLElement * | element | ) | const [inline, virtual] |
Reimplemented from hpp::util::parser::ObjectFactory.
bool hpp::util::parser::IgnoreTagFactory::init | ( | ) | [inline, virtual] |
Called when the object is created.
Reimplemented from hpp::util::parser::ObjectFactory.