java.lang.Object
io.qt.QtObject
io.qt.core.QXmlStreamNotationDeclaration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a DTD notation declaration
Java wrapper for Qt class QXmlStreamNotationDeclaration
-
Constructor Summary
-
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamNotationDeclaration
public QXmlStreamNotationDeclaration() -
QXmlStreamNotationDeclaration
- Parameters:
other
-
-
-
Method Details
-
name
- Returns:
-
equals
- Parameters:
other
-- Returns:
-
publicId
- Returns:
-
systemId
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamNotationDeclaration)
. -
clone
Creates and returns a copy of this object.
See
QXmlStreamNotationDeclaration::
QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration)
-