Qt 4.8
|
#include <qxmlstream_p.h>
Classes | |
struct | NamespaceDeclaration |
struct | Tag |
Public Functions | |
QStringRef | addToStringStorage (const QStringRef &s) |
QStringRef | addToStringStorage (const QString &s) |
QXmlStreamPrivateTagStack () | |
Tag & | tagStack_pop () |
Tag & | tagStack_push () |
Public Variables | |
QXmlStreamSimpleStack< NamespaceDeclaration > | namespaceDeclarations |
bool | tagsDone |
QXmlStreamSimpleStack< Tag > | tagStack |
QString | tagStackStringStorage |
int | tagStackStringStorageSize |
Definition at line 678 of file qxmlstream_p.h.
QXmlStreamPrivateTagStack::QXmlStreamPrivateTagStack | ( | ) |
Definition at line 807 of file qxmlstream.cpp.
|
inline |
Definition at line 702 of file qxmlstream_p.h.
Referenced by QXmlStreamWriterPrivate::findNamespace().
|
inline |
Definition at line 711 of file qxmlstream_p.h.
|
inline |
Definition at line 724 of file qxmlstream_p.h.
Referenced by QXmlStreamWriterPrivate::finishStartElement().
|
inline |
Definition at line 731 of file qxmlstream_p.h.
QXmlStreamSimpleStack<NamespaceDeclaration> QXmlStreamPrivateTagStack::namespaceDeclarations |
bool QXmlStreamPrivateTagStack::tagsDone |
Definition at line 700 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::init().
QXmlStreamSimpleStack<Tag> QXmlStreamPrivateTagStack::tagStack |
Definition at line 721 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::init(), QXmlStreamReaderPrivate::parseEntity(), QXmlStreamReaderPrivate::resolvePublicNamespaces(), and QXmlStreamReaderPrivate::resolveTag().
QString QXmlStreamPrivateTagStack::tagStackStringStorage |
Definition at line 698 of file qxmlstream_p.h.
int QXmlStreamPrivateTagStack::tagStackStringStorageSize |
Definition at line 699 of file qxmlstream_p.h.