Home · All Classes · Modules

QXmlStreamNamespaceDeclaration Class Reference
[QtCore module]

The QXmlStreamNamespaceDeclaration class represents a namespace declaration. More...

Methods

Special Methods


Detailed Description

The QXmlStreamNamespaceDeclaration class represents a namespace declaration.

An namespace declaration consists of a prefix() and a namespaceUri().


Method Documentation

QXmlStreamNamespaceDeclaration.__init__ (self)

Creates an empty namespace declaration.

QXmlStreamNamespaceDeclaration.__init__ (self, QXmlStreamNamespaceDeclaration)

Creates a copy of other.

QXmlStreamNamespaceDeclaration.__init__ (self, QString, QString)

Creates a namespace declaration with prefix and namespaceUri.

This function was introduced in Qt 4.4.

QStringRef QXmlStreamNamespaceDeclaration.namespaceUri (self)

QStringRef QXmlStreamNamespaceDeclaration.prefix (self)

Returns the prefix.

bool QXmlStreamNamespaceDeclaration.__eq__ (self, QXmlStreamNamespaceDeclaration)

bool QXmlStreamNamespaceDeclaration.__ne__ (self, QXmlStreamNamespaceDeclaration)


PyQt 4.7.3 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.6.2