Member Function Documentation
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration()
Creates an empty namespace declaration.
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration(const QXmlStreamNamespaceDeclaration & other)
Creates a copy of other.
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration(const QString & prefix, const QString & namespaceUri)
Creates a namespace declaration with prefix and namespaceUri.
This function was introduced in Qt 4.4.
QXmlStreamNamespaceDeclaration::~QXmlStreamNamespaceDeclaration()
Destructs this namespace declaration.
QStringRef QXmlStreamNamespaceDeclaration::namespaceUri() const
Returns the namespaceUri.
QStringRef QXmlStreamNamespaceDeclaration::prefix() const
Returns the prefix.
bool QXmlStreamNamespaceDeclaration::operator!=(const QXmlStreamNamespaceDeclaration & other) const
Compares this namespace declaration with other and returns true if they are not equal; otherwise returns false.
QXmlStreamNamespaceDeclaration & QXmlStreamNamespaceDeclaration::operator=(const QXmlStreamNamespaceDeclaration & other)
Assigns other to this namespace declaration.
bool QXmlStreamNamespaceDeclaration::operator==(const QXmlStreamNamespaceDeclaration & other) const
Compares this namespace declaration with other and returns true if they are equal; otherwise returns false.