Qyoto  4.0.6
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 other)
 
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Static Public Member Functions

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

Protected Member Functions

 QXmlStreamNotationDeclaration (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

QStringRef Name [get]
 
 
QStringRef PublicId [get]
 
 
QStringRef SystemId [get]
 
 
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  other)

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 ( )
static bool QtCore.QXmlStreamNotationDeclaration.operator!= ( QXmlStreamNotationDeclaration  one,
QXmlStreamNotationDeclaration  other 
)
static

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

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

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

Member Data Documentation

SmokeInvocation QtCore.QXmlStreamNotationDeclaration.interceptor
protected

Property Documentation

QStringRef QtCore.QXmlStreamNotationDeclaration.Name
get

Returns the notation name.

QStringRef QtCore.QXmlStreamNotationDeclaration.PublicId
get

Returns the public identifier.

virtual System.IntPtr QtCore.QXmlStreamNotationDeclaration.SmokeObject
getset
QStringRef QtCore.QXmlStreamNotationDeclaration.SystemId
get

Returns the system identifier.