Lines Matching refs:qpXmlWriter
32 typedef struct qpXmlWriter_s qpXmlWriter; typedef
91 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression, deBool flushAfterW…
97 void qpXmlWriter_destroy (qpXmlWriter* writer);
103 void qpXmlWriter_flush (qpXmlWriter* writer);
110 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
117 deBool qpXmlWriter_endDocument (qpXmlWriter* writer);
125 deBool qpXmlWriter_startElement (qpXmlWriter* writer, const char* elementName, int numAttribs, co…
133 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName);
141 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* content);
150 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, size_t numBytes);
159 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* …