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
- Since:
- This class was introduced in Qt 4.3.
-
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.final boolean
equals
(QXmlStreamAttribute other) 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
- Parameters:
qualifiedName
-value
-
-
QXmlStreamAttribute
- Parameters:
namespaceUri
-name
-value
-
-
QXmlStreamAttribute
- Parameters:
arg__1
-
-
-
Method Details
-
isDefault
- Returns:
-
name
- Returns:
-
namespaceUri
- Returns:
-
assign
- Parameters:
arg__1
-
-
equals
- Parameters:
other
-- Returns:
-
prefix
- Returns:
- Since:
- This function was introduced in Qt 4.4.
-
qualifiedName
- Returns:
-
value
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamAttribute)
. -
clone
Creates and returns a copy of this object.
See
QXmlStreamAttribute::
QXmlStreamAttribute(QXmlStreamAttribute)
-