17 #ifndef __UT_XMLWriter__
18 #define __UT_XMLWriter__
23 struct _xmlTextWriter;
41 bool beginWritingToFile(
const char * file );
52 bool setIndentation(
int spaces_count );
57 bool writeElement(
const char * tag,
const char *
string );
61 bool startElement(
const char * tag );
69 bool writeAttribute(
const char *
name,
const char *
value );
77 bool writeComment(
const char *
string );
81 bool writeRawString(
const char *
string );
87 bool writeCDataElement(
const char *
data );
GLsizei GLenum GLsizei GLsizei GLuint memory
struct _xmlTextWriter * xmlTextWriterPtr
void writeString(std::ostream &os, const Name &name)
#define UT_NON_COPYABLE(CLASS)
Define deleted copy constructor and assignment operator inside a class.
GLuint const GLchar * name
struct _xmlBuffer * xmlBufferPtr