An scoped XML writer object that opens a new element on construction and closes it on destruction. More...
#include <XmlScoped.hxx>
Public Member Functions | |
XmlElement (const std::string &name) | |
Opens on construction an XML element on the current XML writting context. | |
~XmlElement () | |
Closes by destruction the element opened by the constructor. |
An scoped XML writer object that opens a new element on construction and closes it on destruction.
Definition at line 166 of file XmlScoped.hxx.
CLAM::XmlElement::XmlElement | ( | const std::string & | name | ) | [inline] |
Opens on construction an XML element on the current XML writting context.
Definition at line 175 of file XmlScoped.hxx.
CLAM::XmlElement::~XmlElement | ( | ) | [inline] |
Closes by destruction the element opened by the constructor.
Definition at line 187 of file XmlScoped.hxx.