![]() |
Qt 4.8
|
The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More...
#include <qxmlstream.h>
Public Functions | |
| QStringRef | name () const |
| Returns the entity name. More... | |
| QStringRef | notationName () const |
| Returns the notation name. More... | |
| bool | operator!= (const QXmlStreamEntityDeclaration &other) const |
| Compares this entity declaration with other and returns true if they are not equal; otherwise returns false. More... | |
| QXmlStreamEntityDeclaration & | operator= (const QXmlStreamEntityDeclaration &) |
| Assigns other to this entity declaration. More... | |
| bool | operator== (const QXmlStreamEntityDeclaration &other) const |
| Compares this entity declaration with other and returns true if they are equal; otherwise returns false. More... | |
| QStringRef | publicId () const |
| Returns the public identifier. More... | |
| QXmlStreamEntityDeclaration () | |
| Creates an empty entity declaration. More... | |
| QXmlStreamEntityDeclaration (const QXmlStreamEntityDeclaration &) | |
| Creates a copy of other. More... | |
| QStringRef | systemId () const |
| Returns the system identifier. More... | |
| QStringRef | value () const |
| Returns the entity's value. More... | |
| ~QXmlStreamEntityDeclaration () | |
| Destructs this entity declaration. More... | |
Properties | |
| QXmlStreamStringRef | m_name |
| QXmlStreamStringRef | m_notationName |
| QXmlStreamStringRef | m_publicId |
| QXmlStreamStringRef | m_systemId |
| QXmlStreamStringRef | m_value |
| void * | reserved |
Friends | |
| class | QXmlStreamReaderPrivate |
Related Functions | |
(Note that these are not member functions.) | |
| QXmlStreamEntityDeclarations | |
| Synonym for QVector<QXmlStreamEntityDeclaration>. 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().
Definition at line 251 of file qxmlstream.h.
| QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration | ( | ) |
| QXmlStreamEntityDeclaration::~QXmlStreamEntityDeclaration | ( | ) |
| QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration | ( | const QXmlStreamEntityDeclaration & | other | ) |
Creates a copy of other.
Definition at line 2738 of file qxmlstream.cpp.
|
inline |
|
inline |
Returns the notation name.
Definition at line 262 of file qxmlstream.h.
Referenced by operator==().
|
inline |
Compares this entity declaration with other and returns true if they are not equal; otherwise returns false.
Definition at line 273 of file qxmlstream.h.
| QXmlStreamEntityDeclaration & QXmlStreamEntityDeclaration::operator= | ( | const QXmlStreamEntityDeclaration & | other | ) |
Assigns other to this entity declaration.
Definition at line 2746 of file qxmlstream.cpp.
|
inline |
Compares this entity declaration with other and returns true if they are equal; otherwise returns false.
Definition at line 266 of file qxmlstream.h.
|
inline |
Returns the public identifier.
Definition at line 264 of file qxmlstream.h.
Referenced by operator==().
|
inline |
Returns the system identifier.
Definition at line 263 of file qxmlstream.h.
Referenced by operator==().
|
inline |
Returns the entity's value.
Definition at line 265 of file qxmlstream.h.
Referenced by operator==().
|
related |
Synonym for QVector<QXmlStreamEntityDeclaration>.
|
friend |
Definition at line 255 of file qxmlstream.h.
|
private |
Definition at line 252 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 252 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 252 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 252 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 252 of file qxmlstream.h.
Referenced by operator=(), and QXmlStreamReaderPrivate::resolveDtd().
|
private |
Definition at line 253 of file qxmlstream.h.