#include <xmlwriter.h>
|
| | XmlWriter (QIODevice *dev) |
| |
| | XmlWriter () |
| |
| void | header () |
| |
| void | stag (const QString &) |
| |
| void | etag () |
| |
| void | tagE (const QString &) |
| |
| void | tagE (const char *format,...) |
| |
| void | ntag (const char *name) |
| |
| void | netag (const char *name) |
| |
| void | tag (const QString &, QVariant data) |
| |
| void | tag (const char *name, const char *s) |
| |
| void | tag (const char *name, const QString &s) |
| |
|
| static const int | BS = 2048 |
| |
◆ XmlWriter() [1/2]
| XmlWriter::XmlWriter |
( |
QIODevice * |
dev | ) |
|
◆ XmlWriter() [2/2]
◆ etag()
◆ header()
| void XmlWriter::header |
( |
| ) |
|
◆ netag()
| void XmlWriter::netag |
( |
const char * |
name | ) |
|
◆ ntag()
| void XmlWriter::ntag |
( |
const char * |
name | ) |
|
◆ putLevel()
| void XmlWriter::putLevel |
( |
| ) |
|
|
private |
◆ stag()
| void XmlWriter::stag |
( |
const QString & |
s | ) |
|
◆ tag() [1/3]
| void XmlWriter::tag |
( |
const QString & |
name, |
|
|
QVariant |
data |
|
) |
| |
◆ tag() [2/3]
| void XmlWriter::tag |
( |
const char * |
name, |
|
|
const char * |
s |
|
) |
| |
|
inline |
◆ tag() [3/3]
| void XmlWriter::tag |
( |
const char * |
name, |
|
|
const QString & |
s |
|
) |
| |
|
inline |
◆ tagE() [1/2]
| void XmlWriter::tagE |
( |
const QString & |
s | ) |
|
◆ tagE() [2/2]
| void XmlWriter::tagE |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ xmlString()
| QString XmlWriter::xmlString |
( |
const QString & |
s | ) |
|
|
static |
◆ BS
| const int XmlWriter::BS = 2048 |
|
staticprivate |
◆ stack
| QList<QString> XmlWriter::stack |
|
private |
The documentation for this class was generated from the following files: