Lines Matching refs:qpXmlWriter
24 #include "qpXmlWriter.h"
30 * qpXmlWriter stand-alone implementation.
46 static deBool writeEscaped (qpXmlWriter* writer, const char* str)
124 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression, deBool flushAfterWrite)
126 qpXmlWriter* writer = (qpXmlWriter*)deCalloc(sizeof(qpXmlWriter));
138 void qpXmlWriter_destroy (qpXmlWriter* writer)
145 static deBool closePending (qpXmlWriter* writer)
156 void qpXmlWriter_flush (qpXmlWriter* writer)
161 deBool qpXmlWriter_startDocument (qpXmlWriter* writer)
178 deBool qpXmlWriter_endDocument (qpXmlWriter* writer)
188 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str)
199 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs)
240 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName)
256 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, size_t numBytes)
327 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* elementContent)