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