Definition at line 226 of file qxmlstream.h.
#include <qxmlstream.h>
Public Member Functions |
|
| QXmlStreamNotationDeclaration () | |
| ~QXmlStreamNotationDeclaration () | |
| QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration &) | |
| QXmlStreamNotationDeclaration & | operator= (const QXmlStreamNotationDeclaration &) |
| QStringRef | name () const |
| QStringRef | systemId () const |
| QStringRef | publicId () const |
| bool | operator== (const QXmlStreamNotationDeclaration &other) const |
| bool | operator!= (const QXmlStreamNotationDeclaration &other) const |
Friends |
|
| class | QXmlStreamReaderPrivate |
| QXmlStreamNotationDeclaration& operator= | ( | const QXmlStreamNotationDeclaration & | ) |
| QStringRef name | ( | ) | const [inline] |
| QStringRef systemId | ( | ) | const [inline] |
| QStringRef publicId | ( | ) | const [inline] |
| bool operator== | ( | const QXmlStreamNotationDeclaration & | other | ) | const [inline] |
| bool operator!= | ( | const QXmlStreamNotationDeclaration & | other | ) | const [inline] |
Definition at line 243 of file qxmlstream.h.
{ return !operator==(other); }
friend class QXmlStreamReaderPrivate
[friend] |
Definition at line 230 of file qxmlstream.h.