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

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More...

Inheritance diagram for QtCore.QXmlStreamNotationDeclaration:
Collaboration diagram for QtCore.QXmlStreamNotationDeclaration:

Public Member Functions

override bool Equals (object o)
 
override int GetHashCode ()
 
 QXmlStreamNotationDeclaration ()
 
 
 QXmlStreamNotationDeclaration (QXmlStreamNotationDeclaration arg1)
 
 
virtual void CreateProxy ()
 
new QStringRef Name ()
 
 
new QStringRef PublicId ()
 
 
new QStringRef SystemId ()
 
 
new void Dispose ()
 

Static Public Member Functions

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

Protected Member Functions

 QXmlStreamNotationDeclaration (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

An notation declaration consists of a name(), a systemId(), and a publicId().

Constructor & Destructor Documentation

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

Creates an empty notation declaration.

QtCore.QXmlStreamNotationDeclaration.QXmlStreamNotationDeclaration ( QXmlStreamNotationDeclaration  arg1)

Creates a copy of other.

Member Function Documentation

virtual void QtCore.QXmlStreamNotationDeclaration.CreateProxy ( )
virtual
new void QtCore.QXmlStreamNotationDeclaration.Dispose ( )
override bool QtCore.QXmlStreamNotationDeclaration.Equals ( object  o)
override int QtCore.QXmlStreamNotationDeclaration.GetHashCode ( )
new QStringRef QtCore.QXmlStreamNotationDeclaration.Name ( )

Returns the notation name.

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

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

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

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

new QStringRef QtCore.QXmlStreamNotationDeclaration.PublicId ( )

Returns the public identifier.

new QStringRef QtCore.QXmlStreamNotationDeclaration.SystemId ( )

Returns the system identifier.

Member Data Documentation

SmokeInvocation QtCore.QXmlStreamNotationDeclaration.interceptor
protected

Property Documentation

virtual System.IntPtr QtCore.QXmlStreamNotationDeclaration.SmokeObject
getset