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

#include <qxmlstream.h>

+ Collaboration diagram for QXmlStreamNotationDeclaration:

Public Member Functions

 QXmlStreamNotationDeclaration ()
 
QStringView name () const
 
QStringView systemId () const
 
QStringView publicId () const
 
bool operator== (const QXmlStreamNotationDeclaration &other) const
 
bool operator!= (const QXmlStreamNotationDeclaration &other) const
 

Friends

class QXmlStreamReaderPrivate
 

Detailed Description

Definition at line 124 of file qxmlstream.h.

Constructor & Destructor Documentation

◆ QXmlStreamNotationDeclaration()

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration ( )

Member Function Documentation

◆ name()

QStringView QXmlStreamNotationDeclaration::name ( ) const
inline

Definition at line 131 of file qxmlstream.h.

◆ operator!=()

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

Definition at line 138 of file qxmlstream.h.

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

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 134 of file qxmlstream.h.

References other().

+ Here is the call graph for this function:

◆ publicId()

QStringView QXmlStreamNotationDeclaration::publicId ( ) const
inline

Definition at line 133 of file qxmlstream.h.

◆ systemId()

QStringView QXmlStreamNotationDeclaration::systemId ( ) const
inline

Definition at line 132 of file qxmlstream.h.

Friends And Related Symbol Documentation

◆ QXmlStreamReaderPrivate

friend class QXmlStreamReaderPrivate
friend

Definition at line 127 of file qxmlstream.h.


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