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

#include <qxmlstream.h>

+ Collaboration diagram for QXmlStreamEntityDeclaration:

Public Member Functions

 QXmlStreamEntityDeclaration ()
 
QStringView name () const
 
QStringView notationName () const
 
QStringView systemId () const
 
QStringView publicId () const
 
QStringView value () const
 
bool operator== (const QXmlStreamEntityDeclaration &other) const
 
bool operator!= (const QXmlStreamEntityDeclaration &other) const
 

Friends

class QXmlStreamReaderPrivate
 

Detailed Description

Definition at line 145 of file qxmlstream.h.

Constructor & Destructor Documentation

◆ QXmlStreamEntityDeclaration()

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration ( )

Member Function Documentation

◆ name()

QStringView QXmlStreamEntityDeclaration::name ( ) const
inline

Definition at line 152 of file qxmlstream.h.

◆ notationName()

QStringView QXmlStreamEntityDeclaration::notationName ( ) const
inline

Definition at line 153 of file qxmlstream.h.

◆ operator!=()

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

Definition at line 164 of file qxmlstream.h.

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

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 157 of file qxmlstream.h.

References other().

+ Here is the call graph for this function:

◆ publicId()

QStringView QXmlStreamEntityDeclaration::publicId ( ) const
inline

Definition at line 155 of file qxmlstream.h.

◆ systemId()

QStringView QXmlStreamEntityDeclaration::systemId ( ) const
inline

Definition at line 154 of file qxmlstream.h.

◆ value()

QStringView QXmlStreamEntityDeclaration::value ( ) const
inline

Definition at line 156 of file qxmlstream.h.

Friends And Related Symbol Documentation

◆ QXmlStreamReaderPrivate

friend class QXmlStreamReaderPrivate
friend

Definition at line 148 of file qxmlstream.h.


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