Qyoto  4.0.5
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 arg1)
 
 
 QXmlStreamNamespaceDeclaration (string prefix, string namespaceUri)
 
 
virtual void CreateProxy ()
 
new QStringRef NamespaceUri ()
 
 
new QStringRef Prefix ()
 
 
new void Dispose ()
 

Static Public Member Functions

static bool operator!= (QXmlStreamNamespaceDeclaration arg1, QXmlStreamNamespaceDeclaration arg2)
 
 
static bool operator== (QXmlStreamNamespaceDeclaration arg1, QXmlStreamNamespaceDeclaration arg2)
 
 

Protected Member Functions

 QXmlStreamNamespaceDeclaration (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

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  arg1)

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 ( )
new QStringRef QtCore.QXmlStreamNamespaceDeclaration.NamespaceUri ( )

Returns the namespaceUri.

static bool QtCore.QXmlStreamNamespaceDeclaration.operator!= ( QXmlStreamNamespaceDeclaration  arg1,
QXmlStreamNamespaceDeclaration  arg2 
)
static

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

static bool QtCore.QXmlStreamNamespaceDeclaration.operator== ( QXmlStreamNamespaceDeclaration  arg1,
QXmlStreamNamespaceDeclaration  arg2 
)
static

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

new QStringRef QtCore.QXmlStreamNamespaceDeclaration.Prefix ( )

Returns the prefix.

Member Data Documentation

SmokeInvocation QtCore.QXmlStreamNamespaceDeclaration.interceptor
protected

Property Documentation

virtual System.IntPtr QtCore.QXmlStreamNamespaceDeclaration.SmokeObject
getset