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
- Since:
- This class was introduced in Qt 4.3.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QXmlStreamNotationDeclaration arg__1) clone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QXmlStreamNotationDeclaration)
.final String
name()
final String
publicId()
final String
systemId()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamNotationDeclaration
public QXmlStreamNotationDeclaration() -
QXmlStreamNotationDeclaration
- Parameters:
arg__1
-
-
-
Method Details
-
name
- Returns:
-
assign
- Parameters:
arg__1
-
-
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)
-