Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|
The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More...
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] |
The QXmlStreamEntityDeclaration class represents a DTD entity declaration.
An entity declaration consists of a name(), a notationName(), a systemId(), a publicId(), and a value().
|
protected |
QtCore.QXmlStreamEntityDeclaration.QXmlStreamEntityDeclaration | ( | ) |
Creates an empty entity declaration.
QtCore.QXmlStreamEntityDeclaration.QXmlStreamEntityDeclaration | ( | QXmlStreamEntityDeclaration | other | ) |
Creates a copy of other.
|
virtual |
new void QtCore.QXmlStreamEntityDeclaration.Dispose | ( | ) |
override bool QtCore.QXmlStreamEntityDeclaration.Equals | ( | object | o | ) |
override int QtCore.QXmlStreamEntityDeclaration.GetHashCode | ( | ) |
|
static |
Compares this entity declaration with other and returns true if they are not equal; otherwise returns false.
|
static |
Compares this entity declaration with other and returns true if they are equal; otherwise returns false.
|
protected |
|
get |
Returns the entity name.
|
get |
Returns the notation name.
|
get |
Returns the public identifier.
|
getset |
|
get |
Returns the system identifier.
|
get |
Returns the entity's value.