Qt 4.8
|
#include <QtCore/qiodevice.h>
#include <QtCore/qstring.h>
#include <QtCore/qvector.h>
#include <QtCore/qscopedpointer.h>
Go to the source code of this file.
Classes | |
class | QXmlStreamAttribute |
The QXmlStreamAttribute class represents a single XML attribute. More... | |
class | QXmlStreamAttributes |
The QXmlStreamAttributes class represents a vector of QXmlStreamAttribute. More... | |
class | QXmlStreamEntityDeclaration |
The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More... | |
class | QXmlStreamEntityResolver |
The QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader. More... | |
class | QXmlStreamNamespaceDeclaration |
The QXmlStreamNamespaceDeclaration class represents a namespace declaration. More... | |
class | QXmlStreamNotationDeclaration |
The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More... | |
class | QXmlStreamReader |
The QXmlStreamReader class provides a fast parser for reading well-formed XML via a simple streaming API. More... | |
class | QXmlStreamStringRef |
class | QXmlStreamWriter |
The QXmlStreamWriter class provides an XML writer with a simple streaming API. More... | |
Macros | |
#define | Q_XMLSTREAM_EXPORT Q_CORE_EXPORT |
Typedefs | |
typedef QVector< QXmlStreamEntityDeclaration > | QXmlStreamEntityDeclarations |
typedef QVector< QXmlStreamNamespaceDeclaration > | QXmlStreamNamespaceDeclarations |
typedef QVector< QXmlStreamNotationDeclaration > | QXmlStreamNotationDeclarations |
#define Q_XMLSTREAM_EXPORT Q_CORE_EXPORT |
Definition at line 97 of file qxmlstream.h.
|
related |
Definition at line 278 of file qxmlstream.h.
|
related |
Definition at line 225 of file qxmlstream.h.
|
related |
Definition at line 249 of file qxmlstream.h.
Q_DECLARE_TYPEINFO | ( | QXmlStreamAttribute | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QXmlStreamNamespaceDeclaration | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QXmlStreamNotationDeclaration | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QXmlStreamEntityDeclaration | , |
Q_MOVABLE_TYPE | |||
) |