#include "io/xmlwriter.h"#include "io/io.h"#include "io/writeidmap.h"#include "io/writer.h"#include "nub/ref.h"#include "rutz/arrays.h"#include "rutz/fstring.h"#include "rutz/gzstreambuf.h"#include "rutz/value.h"#include <ostream>#include <set>#include "rutz/trace.h"#include "rutz/debug.h"

Go to the source code of this file.
Classes | |
| class | xml_writer |
Functions | |
| shared_ptr< io::writer > | io::make_xml_writer (std::ostream &os) |
Make an XML writer that writes to std::ostream. | |
| shared_ptr< io::writer > | io::make_xml_writer (const char *filename) |
| Make an XML writer that writes to the file named filename. | |
Definition in file xmlwriter.cc.