java.lang.Object
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QXmlStreamAttribute>
,Collection<QXmlStreamAttribute>
,List<QXmlStreamAttribute>
public class QXmlStreamAttributes extends QVector<QXmlStreamAttribute> implements Cloneable
Represents a vector of QXmlStreamAttribute
Java wrapper for Qt class QXmlStreamAttributes
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlStreamAttributes()
protected
QXmlStreamAttributes(QtObject.QPrivateConstructor p)
Constructor for internal use only.QXmlStreamAttributes(Collection<QXmlStreamAttribute> collection)
-
Method Summary
Modifier and Type Method Description void
append(String qualifiedName, String value)
void
append(String namespaceUri, String name, String value)
QXmlStreamAttributes
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.boolean
hasAttribute(String qualifiedName)
boolean
hasAttribute(String namespaceUri, String name)
int
hashCode()
String
value(String qualifiedName)
String
value(String namespaceUri, String name)
Methods inherited from class io.qt.core.QVector
add, add, append, append, at, begin, capacity, clear, contains, count, count, createVariantVector, end, endsWith, fill, fill, first, get, indexOf, indexOf, insert, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, prepend, readFrom, remove, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, resize, set, size, squeeze, startsWith, takeAt, takeFirst, takeLast, toSet, value, value, writeTo
Methods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subList
Methods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
QXmlStreamAttributes
public QXmlStreamAttributes() -
QXmlStreamAttributes
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
QXmlStreamAttributes
-
-
Method Details
-
append
-
append
-
hasAttribute
-
hasAttribute
-
value
-
value
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Specified by:
equals
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
equals
in interfaceList<QXmlStreamAttribute>
- Overrides:
equals
in classQVector<QXmlStreamAttribute>
- Parameters:
other
- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
- Specified by:
hashCode
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
hashCode
in interfaceList<QXmlStreamAttribute>
- Overrides:
hashCode
in classQVector<QXmlStreamAttribute>
-
clone
- Overrides:
clone
in classQVector<QXmlStreamAttribute>
-