Qt 4.8
|
Public Functions | |
QXmlFormatterPrivate (const QXmlQuery &q, QIODevice *const outputDevice) | |
Public Functions inherited from QXmlSerializerPrivate | |
QXmlSerializerPrivate (const QXmlQuery &q, QIODevice *outputDevice) | |
void | write (const char c) |
Public Functions inherited from QAbstractXmlReceiverPrivate | |
virtual | ~QAbstractXmlReceiverPrivate () |
Public Variables | |
QStack< bool > | canIndent |
QString | characterBuffer |
int | currentDepth |
int | indentationDepth |
QString | indentString |
Public Variables inherited from QXmlSerializerPrivate | |
const QTextCodec * | codec |
QTextCodec::ConverterState | converterState |
QIODevice * | device |
QStack< QPair< QXmlName, bool > > | hasClosedElement |
bool | isPreviousAtomic |
QHash< QXmlName::Code, QByteArray > | nameCache |
QStack< QVector< QXmlName > > | namespaces |
const QPatternist::NamePool::Ptr | np |
const QXmlQuery | query |
QXmlSerializer::State | state |
Definition at line 52 of file qxmlformatter.cpp.
|
inline |
Definition at line 70 of file qxmlformatter.cpp.
QStack<bool> QXmlFormatterPrivate::canIndent |
Whether we /have/ sent nodes like processing instructions and comments to QXmlSerializer.
Definition at line 67 of file qxmlformatter.cpp.
Referenced by QXmlFormatterPrivate().
QString QXmlFormatterPrivate::characterBuffer |
Definition at line 60 of file qxmlformatter.cpp.
int QXmlFormatterPrivate::currentDepth |
Definition at line 59 of file qxmlformatter.cpp.
int QXmlFormatterPrivate::indentationDepth |
Definition at line 58 of file qxmlformatter.cpp.
QString QXmlFormatterPrivate::indentString |
Definition at line 61 of file qxmlformatter.cpp.
Referenced by QXmlFormatterPrivate().