hpp::util::parser::IgnoreTagFactory Class Reference

Class used to ignore a tag. More...

#include <hpp/util/factories/ignoretag.hh>

Inheritance diagram for hpp::util::parser::IgnoreTagFactory:
[legend]
Collaboration diagram for hpp::util::parser::IgnoreTagFactory:
[legend]

List of all members.

Public Member Functions

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

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::util::parser::IgnoreTagFactory::IgnoreTagFactory ( ObjectFactory parent,
const XMLElement element 
) [inline]

Member Function Documentation

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.

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

Reimplemented from hpp::util::parser::ObjectFactory.