#include <iosfwd>
#include "XmlWriteContext.hxx"
#include <ostream>
#include <string>
#include "Assert.hxx"
Go to the source code of this file.
Classes | |
class | CLAM::XmlFragment |
This is the first scoped object you should create for a XML fragment. More... | |
class | CLAM::XmlContent |
An scoped XML writer object inserting plain content to the current XML level. More... | |
class | CLAM::XmlElement |
An scoped XML writer object that opens a new element on construction and closes it on destruction. More... | |
class | CLAM::XmlAttribute |
An scoped XML writer object that inserts on construction an XML atribute to the last open XML element. More... | |
Namespaces | |
namespace | CLAM |