libutap
Classes | Namespaces | Functions
xmlwriter.h File Reference
#include <stdio.h>
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include <libxml/xmlreader.h>
#include <stdexcept>
#include <cstdarg>
#include <cctype>
#include <cassert>
#include <list>
#include <sstream>
#include "utap/system.h"
#include "utap/common.h"
#include <cmath>

Go to the source code of this file.

Classes

class  UTAP::XMLWriter
 

Namespaces

 UTAP
 

Functions

xmlChar * UTAP::ConvertInput (const char *in, const char *encoding)
 ConvertInput: : string in a given encoding : the encoding used. More...
 
std::string UTAP::concat (std::string s, int i)
 concatenates a string and an int More...
 
std::string UTAP::concatDouble (std::string s, double i)
 concatenates a string and a double More...