java.lang.Object
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Iterable<QXmlStreamAttribute>,Collection<QXmlStreamAttribute>,List<QXmlStreamAttribute>
Represents a vector of QXmlStreamAttribute
Java wrapper for Qt's class QList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only.QXmlStreamAttributes(Collection<QXmlStreamAttribute> collection) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidclone()final booleanhasAttribute(String qualifiedName) final booleanhasAttribute(String namespaceUri, String name) inthashCode()final Stringfinal StringMethods inherited from class io.qt.core.QList
add, add, append, append, at, begin, capacity, clear, contains, count, count, createVariantList, end, endsWith, equals, fill, fill, first, get, indexOf, indexOf, insert, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, of, prepend, readFrom, remove, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, resize, set, size, squeeze, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, toString, value, value, writeToMethods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subListMethods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArrayMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
hashCodein interfaceCollection<QXmlStreamAttribute>- Specified by:
hashCodein interfaceList<QXmlStreamAttribute>- Overrides:
hashCodein classQList<QXmlStreamAttribute>
-
clone
- Overrides:
clonein classQList<QXmlStreamAttribute>
-