java.lang.Object
io.qt.QtObject
io.qt.core.QXmlStreamAttribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a single XML attribute
Java wrapper for Qt class QXmlStreamAttribute
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQXmlStreamAttribute
(String qualifiedName, String value) QXmlStreamAttribute
(String namespaceUri, String name, String value) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QXmlStreamAttribute arg__1) clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QXmlStreamAttribute)
.final boolean
final String
name()
final String
final String
prefix()
final String
final String
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamAttribute
public QXmlStreamAttribute() -
QXmlStreamAttribute
-
QXmlStreamAttribute
-
QXmlStreamAttribute
-
-
Method Details
-
isDefault
-
name
-
namespaceUri
-
assign
-
prefix
-
qualifiedName
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamAttribute)
. -
clone
Creates and returns a copy of this object.
-