Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qxmlstream.h File Reference
#include <QtCore/qiodevice.h>
#include <QtCore/qlist.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qxmlstream.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QtPrivate::QXmlString
 
class  QXmlStreamAttribute
 
class  QXmlStreamAttributes
 
class  QXmlStreamNamespaceDeclaration
 
class  QXmlStreamNotationDeclaration
 
class  QXmlStreamEntityDeclaration
 
class  QXmlStreamEntityResolver
 

Namespaces

namespace  QtPrivate
 \macro QT_NAMESPACE
 

Typedefs

typedef QList< QXmlStreamNamespaceDeclarationQXmlStreamNamespaceDeclarations
 
typedef QList< QXmlStreamNotationDeclarationQXmlStreamNotationDeclarations
 
typedef QList< QXmlStreamEntityDeclarationQXmlStreamEntityDeclarations
 

Functions

 QT_REQUIRE_CONFIG (xmlstream)
 
 Q_DECLARE_TYPEINFO (QXmlStreamAttribute, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QXmlStreamNamespaceDeclaration, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QXmlStreamNotationDeclaration, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QXmlStreamEntityDeclaration, Q_RELOCATABLE_TYPE)
 

Typedef Documentation

◆ QXmlStreamEntityDeclarations

◆ QXmlStreamNamespaceDeclarations

◆ QXmlStreamNotationDeclarations

Function Documentation

◆ Q_DECLARE_TYPEINFO() [1/4]

Q_DECLARE_TYPEINFO ( QXmlStreamAttribute  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/4]

Q_DECLARE_TYPEINFO ( QXmlStreamEntityDeclaration  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [3/4]

Q_DECLARE_TYPEINFO ( QXmlStreamNamespaceDeclaration  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [4/4]

Q_DECLARE_TYPEINFO ( QXmlStreamNotationDeclaration  ,
Q_RELOCATABLE_TYPE   
)

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( xmlstream  )