java.lang.Object
io.qt.QtObject
io.qt.core.QXmlStreamEntityDeclaration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a DTD entity declaration
Java wrapper for Qt class QXmlStreamEntityDeclaration
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamEntityDeclaration
public QXmlStreamEntityDeclaration()
-
-
Method Details
-
name
-
notationName
-
publicId
-
systemId
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamEntityDeclaration)
. -
clone
Creates and returns a copy of this object.
-