java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlAttributes
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
XML attributes
Java wrapper for Qt's class QXmlAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionDeprecated.QXmlAttributes
(QXmlAttributes arg__1) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
assign
(QXmlAttributes arg__1) final void
clear()
clone()
final int
count()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final int
final int
final int
length()
final String
localName
(int index) final String
qName
(int index) final void
swap
(QXmlAttributes other) final String
type
(int index) final String
final String
final String
uri
(int index) final String
value
(int index) final String
final String
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlAttributes
Deprecated. -
QXmlAttributes
-
QXmlAttributes
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
append
-
clear
-
count
-
index
-
index
-
length
-
localName
-
assign
-
qName
-
swap
-
type
-
type
-
type
-
uri
-
value
-
value
-
value
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-