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

The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More...

Inheritance diagram for QtCore.QXmlStreamEntityDeclaration:
Collaboration diagram for QtCore.QXmlStreamEntityDeclaration:

Public Member Functions

override bool Equals (object o)
 
override int GetHashCode ()
 
 QXmlStreamEntityDeclaration ()
 
 
 QXmlStreamEntityDeclaration (QXmlStreamEntityDeclaration other)
 
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Static Public Member Functions

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

Protected Member Functions

 QXmlStreamEntityDeclaration (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

QStringRef Name [get]
 
 
QStringRef NotationName [get]
 
 
QStringRef PublicId [get]
 
 
QStringRef SystemId [get]
 
 
QStringRef Value [get]
 
 
virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

The QXmlStreamEntityDeclaration class represents a DTD entity declaration.

An entity declaration consists of a name(), a notationName(), a systemId(), a publicId(), and a value().

Constructor & Destructor Documentation

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

Creates an empty entity declaration.

QtCore.QXmlStreamEntityDeclaration.QXmlStreamEntityDeclaration ( QXmlStreamEntityDeclaration  other)

Creates a copy of other.

Member Function Documentation

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

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

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

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

Member Data Documentation

SmokeInvocation QtCore.QXmlStreamEntityDeclaration.interceptor
protected

Property Documentation

QStringRef QtCore.QXmlStreamEntityDeclaration.Name
get

Returns the entity name.

QStringRef QtCore.QXmlStreamEntityDeclaration.NotationName
get

Returns the notation name.

QStringRef QtCore.QXmlStreamEntityDeclaration.PublicId
get

Returns the public identifier.

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

Returns the system identifier.

QStringRef QtCore.QXmlStreamEntityDeclaration.Value
get

Returns the entity's value.