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

The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More...

#include <qxmlstream.h>

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
 

Related Functions

(Note that these are not member functions.)

 QXmlStreamEntityDeclarations
 

Detailed Description

The QXmlStreamEntityDeclaration class represents a DTD entity declaration.

\inmodule QtCore

Since
4.3 \reentrant

An entity declaration consists of a name(), a notationName(), a systemId(), a publicId(), and a value().

Definition at line 181 of file qxmlstream.h.

Constructor & Destructor Documentation

◆ QXmlStreamEntityDeclaration()

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration ( )

Creates an empty entity declaration.

Definition at line 2532 of file qxmlstream.cpp.

Member Function Documentation

◆ name()

QStringView QXmlStreamEntityDeclaration::name ( ) const
inline

Returns the entity name.

Definition at line 188 of file qxmlstream.h.

Here is the caller graph for this function:

◆ notationName()

QStringView QXmlStreamEntityDeclaration::notationName ( ) const
inline

Returns the notation name.

Definition at line 189 of file qxmlstream.h.

◆ operator!=()

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

Definition at line 200 of file qxmlstream.h.

Here is the call graph for this function:

◆ operator==()

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

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

Definition at line 193 of file qxmlstream.h.

Here is the call graph for this function:

◆ publicId()

QStringView QXmlStreamEntityDeclaration::publicId ( ) const
inline

Returns the public identifier.

Definition at line 191 of file qxmlstream.h.

◆ systemId()

QStringView QXmlStreamEntityDeclaration::systemId ( ) const
inline

Returns the system identifier.

Definition at line 190 of file qxmlstream.h.

◆ value()

QStringView QXmlStreamEntityDeclaration::value ( ) const
inline

Returns the entity's value.

Definition at line 192 of file qxmlstream.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ QXmlStreamEntityDeclarations()

Synonym for QList<QXmlStreamEntityDeclaration>.

Definition at line 205 of file qxmlstream.h.

◆ QXmlStreamReaderPrivate

friend class QXmlStreamReaderPrivate
friend

Definition at line 184 of file qxmlstream.h.


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