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
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamAttribute
public QXmlStreamAttribute() -
QXmlStreamAttribute
-
QXmlStreamAttribute
-
-
Method Details
-
isDefault
-
name
-
namespaceUri
-
prefix
-
qualifiedName
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamAttribute)
. -
clone
Creates and returns a copy of this object.
-