|
HDK
|
This is the complete list of members for UT_XMLWriter, including all inherited members.
| beginWritingToFile(const char *file) | UT_XMLWriter | |
| beginWritingToMemory(UT_WorkBuffer &memory) | UT_XMLWriter | |
| endElement() | UT_XMLWriter | |
| endWriting() | UT_XMLWriter | |
| setIndentation(int spaces_count) | UT_XMLWriter | |
| startElement(const char *tag) | UT_XMLWriter | |
| UT_XMLWriter() | UT_XMLWriter | |
| writeAttribute(const char *name, const char *value) | UT_XMLWriter | |
| writeAttribute(const char *name, int value) | UT_XMLWriter | |
| writeAttribute(const char *name, unsigned value) | UT_XMLWriter | |
| writeAttribute(const char *name, double value) | UT_XMLWriter | |
| writeCDataElement(const char *data) | UT_XMLWriter | |
| writeComment(const char *string) | UT_XMLWriter | |
| writeElement(const char *tag, const char *string) | UT_XMLWriter | |
| writeElement(const char *tag, int value) | UT_XMLWriter | |
| writeElement(const char *tag, double value) | UT_XMLWriter | |
| writeRawString(const char *string) | UT_XMLWriter | |
| writeString(const char *string) | UT_XMLWriter | |
| ~UT_XMLWriter() | UT_XMLWriter |