QtBase  v6.3.1
Public Member Functions | Friends | Related Functions | List of all members
QXmlStreamNotationDeclaration Class Reference

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More...

#include <qxmlstream.h>

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
 

Related Functions

(Note that these are not member functions.)

 QXmlStreamNotationDeclarations
 

Detailed Description

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

\inmodule QtCore

Since
4.3 \reentrant

An notation declaration consists of a name(), a systemId(), and a publicId().

Definition at line 160 of file qxmlstream.h.

Constructor & Destructor Documentation

◆ QXmlStreamNotationDeclaration()

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration ( )

Creates an empty notation declaration.

Definition at line 2415 of file qxmlstream.cpp.

Member Function Documentation

◆ name()

QStringView QXmlStreamNotationDeclaration::name ( ) const
inline

Returns the notation name.

Definition at line 167 of file qxmlstream.h.

Here is the caller graph for this function:

◆ operator!=()

Compares this notation declaration with other and returns true if they are not equal; otherwise returns false.

Definition at line 174 of file qxmlstream.h.

Here is the call graph for this function:

◆ operator==()

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

Compares this notation declaration with other and returns true if they are equal; otherwise returns false.

Definition at line 170 of file qxmlstream.h.

Here is the call graph for this function:

◆ publicId()

QStringView QXmlStreamNotationDeclaration::publicId ( ) const
inline

Returns the public identifier.

Definition at line 169 of file qxmlstream.h.

◆ systemId()

QStringView QXmlStreamNotationDeclaration::systemId ( ) const
inline

Returns the system identifier.

Definition at line 168 of file qxmlstream.h.

Friends And Related Function Documentation

◆ QXmlStreamNotationDeclarations()

Synonym for QList<QXmlStreamNotationDeclaration>.

Definition at line 179 of file qxmlstream.h.

◆ QXmlStreamReaderPrivate

friend class QXmlStreamReaderPrivate
friend

Definition at line 163 of file qxmlstream.h.


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