java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialContainer<E>
io.qt.internal.AbstractList<T>
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QXmlStreamAttribute>
,Collection<QXmlStreamAttribute>
,List<QXmlStreamAttribute>
Represents a vector of QXmlStreamAttribute
Java wrapper for Qt's class QXmlStreamAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only.QXmlStreamAttributes
(Collection<QXmlStreamAttribute> collection) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
clone()
final boolean
hasAttribute
(String qualifiedName) final boolean
hasAttribute
(String namespaceUri, String name) int
hashCode()
final String
final String
Methods inherited from class io.qt.core.QVector
add, add, append, append, at, begin, capacity, clear, constBegin, constEnd, contains, count, count, createVariantVector, end, endsWith, equals, 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, toString, value, value, writeTo
Methods inherited from class io.qt.internal.AbstractList
addAll, addAll, listIterator, listIterator, remove, retainAll, subList
Methods inherited from class io.qt.internal.AbstractSequentialContainer
containsAll, descendingIterator, iterator, removeAll, toArray, toArray
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
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
-
hashCode
- Specified by:
hashCode
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
hashCode
in interfaceList<QXmlStreamAttribute>
- Overrides:
hashCode
in classQVector<QXmlStreamAttribute>
-
clone
- Overrides:
clone
in classQVector<QXmlStreamAttribute>
-