Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More...
Public Member Functions | |
override bool | Equals (object o) |
override int | GetHashCode () |
QXmlStreamNotationDeclaration () | |
More... | |
QXmlStreamNotationDeclaration (QXmlStreamNotationDeclaration other) | |
More... | |
virtual void | CreateProxy () |
new void | Dispose () |
Static Public Member Functions | |
static bool | operator!= (QXmlStreamNotationDeclaration one, QXmlStreamNotationDeclaration other) |
More... | |
static bool | operator== (QXmlStreamNotationDeclaration one, QXmlStreamNotationDeclaration other) |
More... | |
Protected Member Functions | |
QXmlStreamNotationDeclaration (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
QStringRef | Name [get] |
More... | |
QStringRef | PublicId [get] |
More... | |
QStringRef | SystemId [get] |
More... | |
virtual System.IntPtr | SmokeObject [get, set] |
The QXmlStreamNotationDeclaration class represents a DTD notation declaration.
An notation declaration consists of a name(), a systemId(), and a publicId().
|
protected |
QtCore.QXmlStreamNotationDeclaration.QXmlStreamNotationDeclaration | ( | ) |
Creates an empty notation declaration.
QtCore.QXmlStreamNotationDeclaration.QXmlStreamNotationDeclaration | ( | QXmlStreamNotationDeclaration | other | ) |
Creates a copy of other.
|
virtual |
new void QtCore.QXmlStreamNotationDeclaration.Dispose | ( | ) |
override bool QtCore.QXmlStreamNotationDeclaration.Equals | ( | object | o | ) |
override int QtCore.QXmlStreamNotationDeclaration.GetHashCode | ( | ) |
|
static |
Compares this notation declaration with other and returns true if they are not equal; otherwise returns false.
|
static |
Compares this notation declaration with other and returns true if they are equal; otherwise returns false.
|
protected |
|
get |
Returns the notation name.
|
get |
Returns the public identifier.
|
getset |
|
get |
Returns the system identifier.