An scoped XML writer object inserting plain content to the current XML level. More...
#include <XmlScoped.hxx>
Public Member Functions | |
template<typename T > | |
XmlContent (const T &content) | |
Inserts on construction plain content to the current XML writing context. |
An scoped XML writer object inserting plain content to the current XML level.
Since the parameter on the constructor is templatized, you can use as content anything with the insertion operator on ostream defined.
Definition at line 138 of file XmlScoped.hxx.
CLAM::XmlContent::XmlContent | ( | const T & | content | ) | [inline] |
Inserts on construction plain content to the current XML writing context.
content | An ostream insertable object that will compose the attribute content. |
Definition at line 149 of file XmlScoped.hxx.