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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QXmlStreamEntityDeclaration)
.final String
name()
final String
final String
publicId()
final String
systemId()
final String
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamEntityDeclaration
public QXmlStreamEntityDeclaration() -
QXmlStreamEntityDeclaration
-
-
Method Details
-
name
-
notationName
-
equals
-
publicId
-
systemId
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamEntityDeclaration)
. -
clone
Creates and returns a copy of this object.
See
QXmlStreamEntityDeclaration::
QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration)
-