Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QXmlStreamNamespaceDeclaration Class Reference

#include <qxmlstream.h>

+ Collaboration diagram for QXmlStreamNamespaceDeclaration:

Public Member Functions

 QXmlStreamNamespaceDeclaration ()
 
 QXmlStreamNamespaceDeclaration (const QString &prefix, const QString &namespaceUri)
 
QStringView prefix () const
 
QStringView namespaceUri () const
 
bool operator== (const QXmlStreamNamespaceDeclaration &other) const
 
bool operator!= (const QXmlStreamNamespaceDeclaration &other) const
 

Friends

class QXmlStreamReaderPrivate
 

Detailed Description

Definition at line 104 of file qxmlstream.h.

Constructor & Destructor Documentation

◆ QXmlStreamNamespaceDeclaration() [1/2]

QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration ( )

◆ QXmlStreamNamespaceDeclaration() [2/2]

QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration ( const QString prefix,
const QString namespaceUri 
)

Member Function Documentation

◆ namespaceUri()

QStringView QXmlStreamNamespaceDeclaration::namespaceUri ( ) const
inline

Definition at line 113 of file qxmlstream.h.

◆ operator!=()

bool QXmlStreamNamespaceDeclaration::operator!= ( const QXmlStreamNamespaceDeclaration other) const
inline

Definition at line 117 of file qxmlstream.h.

References operator==(), and other().

+ Here is the call graph for this function:

◆ operator==()

bool QXmlStreamNamespaceDeclaration::operator== ( const QXmlStreamNamespaceDeclaration other) const
inline

Definition at line 114 of file qxmlstream.h.

References other().

+ Here is the call graph for this function:

◆ prefix()

QStringView QXmlStreamNamespaceDeclaration::prefix ( ) const
inline

Definition at line 112 of file qxmlstream.h.

Friends And Related Symbol Documentation

◆ QXmlStreamReaderPrivate

friend class QXmlStreamReaderPrivate
friend

Definition at line 107 of file qxmlstream.h.


The documentation for this class was generated from the following file: