Qt 4.8
|
The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More...
#include <qxmlstream.h>
Public Functions | |
QStringRef | name () const |
Returns the notation name. More... | |
bool | operator!= (const QXmlStreamNotationDeclaration &other) const |
Compares this notation declaration with other and returns true if they are not equal; otherwise returns false. More... | |
QXmlStreamNotationDeclaration & | operator= (const QXmlStreamNotationDeclaration &) |
Assigns other to this notation declaration. More... | |
bool | operator== (const QXmlStreamNotationDeclaration &other) const |
Compares this notation declaration with other and returns true if they are equal; otherwise returns false. More... | |
QStringRef | publicId () const |
Returns the public identifier. More... | |
QXmlStreamNotationDeclaration () | |
Creates an empty notation declaration. More... | |
QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration &) | |
Creates a copy of other. More... | |
QStringRef | systemId () const |
Returns the system identifier. More... | |
~QXmlStreamNotationDeclaration () | |
Destructs this notation declaration. More... | |
Properties | |
QXmlStreamStringRef | m_name |
QXmlStreamStringRef | m_publicId |
QXmlStreamStringRef | m_systemId |
void * | reserved |
Friends | |
class | QXmlStreamReaderPrivate |
Related Functions | |
(Note that these are not member functions.) | |
QXmlStreamNotationDeclarations | |
Synonym for QVector<QXmlStreamNotationDeclaration>. More... | |
The QXmlStreamNotationDeclaration class represents a DTD notation declaration.
An notation declaration consists of a name(), a systemId(), and a publicId().
Definition at line 227 of file qxmlstream.h.
QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration | ( | ) |
Creates an empty notation declaration.
Definition at line 2541 of file qxmlstream.cpp.
QXmlStreamNotationDeclaration::~QXmlStreamNotationDeclaration | ( | ) |
QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration | ( | const QXmlStreamNotationDeclaration & | other | ) |
Creates a copy of other.
Definition at line 2547 of file qxmlstream.cpp.
|
inline |
|
inline |
Compares this notation declaration with other and returns true if they are not equal; otherwise returns false.
Definition at line 244 of file qxmlstream.h.
QXmlStreamNotationDeclaration & QXmlStreamNotationDeclaration::operator= | ( | const QXmlStreamNotationDeclaration & | other | ) |
|
inline |
Compares this notation declaration with other and returns true if they are equal; otherwise returns false.
Definition at line 240 of file qxmlstream.h.
|
inline |
Returns the public identifier.
Definition at line 239 of file qxmlstream.h.
Referenced by operator==().
|
inline |
Returns the system identifier.
Definition at line 238 of file qxmlstream.h.
Referenced by operator==().
|
related |
Synonym for QVector<QXmlStreamNotationDeclaration>.
|
friend |
Definition at line 231 of file qxmlstream.h.
|
private |
Definition at line 228 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 228 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 228 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 229 of file qxmlstream.h.