QtCore/qxmlstream.h File Reference

qxmlstream.h File Reference

Classes

class  QXmlStreamStringRef
 
class  QXmlStreamAttribute
 
class  QXmlStreamAttributes
 
class  QXmlStreamNamespaceDeclaration
 
class  QXmlStreamNotationDeclaration
 
class  QXmlStreamEntityDeclaration
 
class  QXmlStreamEntityResolver
 
class  QXmlStreamReader
 
class  QXmlStreamWriter
 

Macros

#define Q_XMLSTREAM_EXPORT   Q_CORE_EXPORT
 

Typedefs

typedef QVector< QXmlStreamNamespaceDeclarationQXmlStreamNamespaceDeclarations
 
typedef QVector< QXmlStreamNotationDeclarationQXmlStreamNotationDeclarations
 
typedef QVector< QXmlStreamEntityDeclarationQXmlStreamEntityDeclarations
 

Functions

 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)
 

Macro Definition Documentation

#define Q_XMLSTREAM_EXPORT   Q_CORE_EXPORT

Definition at line 97 of file qxmlstream.h.

Typedef Documentation

Function Documentation

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   
)

Go to the source code of this file.