namespace xsil class Xwriter XML writer class.
The Xwriter class formats data for XML output. It provides checks of the XML syntax.
~Xwriter(void)
void text(const std::string& data)
void endLine(void)
void Tag(const char* tagname, int nattr=0, const char** attr=0, const char** value=0)
nattr - Number of attributes to be included in the tag.
attr - List of pointers to attribute names.
value - List of pointers to attribute values.
void TagNData(const char* tagname, int nattr=0, const char** attr=0, const char** value=0)
nattr - Number of attributes to be included in the tag.
attr - List of pointers to attribute names.
value - List of pointers to attribute values.
void Integer(int N)
void endTag(const char* tagname)
void sync(void)
void setDocType(const std::string& doc)
alphabetic index hierarchy of classes
generated by doc++