Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator 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 ()
  More...
 
 QXmlStreamEntityDeclaration (QXmlStreamEntityDeclaration other)
  More...
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Static Public Member Functions

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

Protected Member Functions

 QXmlStreamEntityDeclaration (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

QStringRef Name [get]
  More...
 
QStringRef NotationName [get]
  More...
 
QStringRef PublicId [get]
  More...
 
QStringRef SystemId [get]
  More...
 
QStringRef Value [get]
  More...
 
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.

Here is the call graph for this function:

Here is the caller graph for this function:

QtCore.QXmlStreamEntityDeclaration.QXmlStreamEntityDeclaration ( QXmlStreamEntityDeclaration  other)

Creates a copy of other.

Here is the call graph for this function:

Member Function Documentation

virtual void QtCore.QXmlStreamEntityDeclaration.CreateProxy ( )
virtual

Here is the caller graph for this function:

new void QtCore.QXmlStreamEntityDeclaration.Dispose ( )
override bool QtCore.QXmlStreamEntityDeclaration.Equals ( object  o)

Here is the call graph for this function:

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.