Qyoto  4.0.6
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtCore.QXmlStreamNamespaceDeclaration Class Reference

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

Inheritance diagram for QtCore.QXmlStreamNamespaceDeclaration:
Collaboration diagram for QtCore.QXmlStreamNamespaceDeclaration:

Public Member Functions

override bool Equals (object o)
 
override int GetHashCode ()
 
 QXmlStreamNamespaceDeclaration ()
 
 
 QXmlStreamNamespaceDeclaration (QXmlStreamNamespaceDeclaration other)
 
 
 QXmlStreamNamespaceDeclaration (string prefix, string namespaceUri)
 
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Static Public Member Functions

static bool operator!= (QXmlStreamNamespaceDeclaration one, QXmlStreamNamespaceDeclaration other)
 
 
static bool operator== (QXmlStreamNamespaceDeclaration one, QXmlStreamNamespaceDeclaration other)
 
 

Protected Member Functions

 QXmlStreamNamespaceDeclaration (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

QStringRef NamespaceUri [get]
 
 
QStringRef Prefix [get]
 
 
virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

The QXmlStreamNamespaceDeclaration class represents a namespace declaration.

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

Constructor & Destructor Documentation

QtCore.QXmlStreamNamespaceDeclaration.QXmlStreamNamespaceDeclaration ( System.Type  dummy)
protected
QtCore.QXmlStreamNamespaceDeclaration.QXmlStreamNamespaceDeclaration ( )

Creates an empty namespace declaration.

QtCore.QXmlStreamNamespaceDeclaration.QXmlStreamNamespaceDeclaration ( QXmlStreamNamespaceDeclaration  other)

Creates a copy of other.

QtCore.QXmlStreamNamespaceDeclaration.QXmlStreamNamespaceDeclaration ( string  prefix,
string  namespaceUri 
)

Creates a namespace declaration with prefix and namespaceUri.

This function was introduced in Qt 4.4.

Member Function Documentation

virtual void QtCore.QXmlStreamNamespaceDeclaration.CreateProxy ( )
virtual
new void QtCore.QXmlStreamNamespaceDeclaration.Dispose ( )
override bool QtCore.QXmlStreamNamespaceDeclaration.Equals ( object  o)
override int QtCore.QXmlStreamNamespaceDeclaration.GetHashCode ( )
static bool QtCore.QXmlStreamNamespaceDeclaration.operator!= ( QXmlStreamNamespaceDeclaration  one,
QXmlStreamNamespaceDeclaration  other 
)
static

Compares this namespace declaration with other and returns true if they are not equal; otherwise returns false.

static bool QtCore.QXmlStreamNamespaceDeclaration.operator== ( QXmlStreamNamespaceDeclaration  one,
QXmlStreamNamespaceDeclaration  other 
)
static

Compares this namespace declaration with other and returns true if they are equal; otherwise returns false.

Member Data Documentation

SmokeInvocation QtCore.QXmlStreamNamespaceDeclaration.interceptor
protected

Property Documentation

QStringRef QtCore.QXmlStreamNamespaceDeclaration.NamespaceUri
get

Returns the namespaceUri.

QStringRef QtCore.QXmlStreamNamespaceDeclaration.Prefix
get

Returns the prefix.

virtual System.IntPtr QtCore.QXmlStreamNamespaceDeclaration.SmokeObject
getset