#include <XmlScoped.hxx>
Definition at line 168 of file 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. |
CLAM::XmlElement::XmlElement | ( | const std::string & | name | ) | [inline] |
Opens on construction an XML element on the current XML writting context.
Definition at line 177 of file XmlScoped.hxx.
References CLAM::XmlWriteContext::OpenElement().
CLAM::XmlElement::~XmlElement | ( | ) | [inline] |
Closes by destruction the element opened by the constructor.
Definition at line 189 of file XmlScoped.hxx.
References CLAM::XmlWriteContext::CloseElement().