hpp::manipulation::parser::IgnoreTagFactory Class Reference

Class used to ignore a tag. More...

#include <hpp/manipulation/parser/factories/ignoretag.hh>

Inheritance diagram for hpp::manipulation::parser::IgnoreTagFactory:
Collaboration diagram for hpp::manipulation::parser::IgnoreTagFactory:

List of all members.

Public Member Functions

 IgnoreTagFactory (ObjectFactory *parent, const XMLElement *element)
bool init ()
 Called when the object is created.

Detailed Description

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.


Constructor & Destructor Documentation

hpp::manipulation::parser::IgnoreTagFactory::IgnoreTagFactory ( ObjectFactory parent,
const XMLElement element 
) [inline]

Member Function Documentation

bool hpp::manipulation::parser::IgnoreTagFactory::init ( ) [inline, virtual]

Called when the object is created.

Returns:
True to continue parsing this tag, False otherwise.

Reimplemented from hpp::manipulation::parser::ObjectFactory.