The QXmlStreamEntityDeclaration class represents a DTD entity declaration.
More...
The QXmlStreamEntityDeclaration class represents a DTD entity declaration. An entity declaration consists of a name(), a notationName(), a systemId(), a publicId(), and a value().
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration |
( |
| ) |
|
Creates an empty entity declaration.
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration |
( |
const QXmlStreamEntityDeclaration & |
other | ) |
|
QXmlStreamEntityDeclaration::~QXmlStreamEntityDeclaration |
( |
| ) |
|
Destructs this entity declaration.
QStringView QXmlStreamEntityDeclaration::name |
( |
| ) |
const |
|
inline |
QStringView QXmlStreamEntityDeclaration::notationName |
( |
| ) |
const |
|
inline |
Returns the notation name.
bool QXmlStreamEntityDeclaration::operator!= |
( |
const QXmlStreamEntityDeclaration & |
other | ) |
const |
|
inline |
Compares this entity declaration with other and returns true if they are not equal, otherwise returns false.
QXmlStreamEntityDeclaration & QXmlStreamEntityDeclaration::operator= |
( |
const QXmlStreamEntityDeclaration & |
other | ) |
|
Copy assigns from other and returns a reference to this object.
bool QXmlStreamEntityDeclaration::operator== |
( |
const QXmlStreamEntityDeclaration & |
other | ) |
const |
|
inline |
Compares this entity declaration with other and returns true if they are equal, otherwise returns false.
QStringView QXmlStreamEntityDeclaration::publicId |
( |
| ) |
const |
|
inline |
Returns the public identifier.
QStringView QXmlStreamEntityDeclaration::systemId |
( |
| ) |
const |
|
inline |
Returns the system identifier.
QStringView QXmlStreamEntityDeclaration::value |
( |
| ) |
const |
|
inline |
Returns the entity's value.