Uses of Class
io.qt.core.QXmlStreamAttribute
Package | Description |
---|---|
io.qt.core |
-
Uses of QXmlStreamAttribute in io.qt.core
Methods in io.qt.core that return QXmlStreamAttribute Modifier and Type Method Description QXmlStreamAttribute
QXmlStreamAttributes. at(int i)
QXmlStreamAttribute
QXmlStreamAttribute. clone()
QXmlStreamAttribute
QXmlStreamAttributes. first()
QXmlStreamAttribute
QXmlStreamAttributes. get(int index)
QXmlStreamAttribute
QXmlStreamAttributes. last()
QXmlStreamAttribute
QXmlStreamAttributes. set(int index, QXmlStreamAttribute e)
QXmlStreamAttribute
QXmlStreamAttributes. takeAt(int i)
QXmlStreamAttribute
QXmlStreamAttributes. takeFirst()
QXmlStreamAttribute
QXmlStreamAttributes. takeLast()
QXmlStreamAttribute
QXmlStreamAttributes. value(int i)
QXmlStreamAttribute
QXmlStreamAttributes. value(int i, QXmlStreamAttribute defaultValue)
Methods in io.qt.core that return types with arguments of type QXmlStreamAttribute Modifier and Type Method Description protected QIterator<QXmlStreamAttribute>
QXmlStreamAttributes. begin()
protected QIterator<QXmlStreamAttribute>
QXmlStreamAttributes. end()
List<QXmlStreamAttribute>
QXmlStreamAttributes. mid(int pos)
Overloaded function forQXmlStreamAttributes.mid(int, int)
withlen = -1
.List<QXmlStreamAttribute>
QXmlStreamAttributes. mid(int pos, int len)
List<QXmlStreamAttribute>
QXmlStreamAttributes. toList()
Methods in io.qt.core with parameters of type QXmlStreamAttribute Modifier and Type Method Description void
QXmlStreamAttributes. add(int index, QXmlStreamAttribute e)
boolean
QXmlStreamAttributes. add(QXmlStreamAttribute e)
void
QXmlStreamAttributes. append(QXmlStreamAttribute t)
boolean
QXmlStreamAttributes. contains(QXmlStreamAttribute t)
int
QXmlStreamAttributes. count(QXmlStreamAttribute t)
boolean
QXmlStreamAttributes. endsWith(QXmlStreamAttribute t)
void
QXmlStreamAttributes. fill(QXmlStreamAttribute t)
Overloaded function forQXmlStreamAttributes.fill(io.qt.core.QXmlStreamAttribute, int)
withsize = -1
.void
QXmlStreamAttributes. fill(QXmlStreamAttribute t, int size)
int
QXmlStreamAttributes. indexOf(QXmlStreamAttribute t)
Overloaded function forQXmlStreamAttributes.indexOf(io.qt.core.QXmlStreamAttribute, int)
withfrom = 0
.int
QXmlStreamAttributes. indexOf(QXmlStreamAttribute t, int from)
void
QXmlStreamAttributes. insert(int i, int n, QXmlStreamAttribute t)
protected void
QXmlStreamAttributes. insert(int i, QXmlStreamAttribute t)
int
QXmlStreamAttributes. lastIndexOf(QXmlStreamAttribute t)
Overloaded function forQXmlStreamAttributes.lastIndexOf(io.qt.core.QXmlStreamAttribute, int)
withfrom = -1
.int
QXmlStreamAttributes. lastIndexOf(QXmlStreamAttribute t, int from)
void
QXmlStreamAttributes. prepend(QXmlStreamAttribute t)
int
QXmlStreamAttributes. removeAll(QXmlStreamAttribute t)
boolean
QXmlStreamAttributes. removeOne(QXmlStreamAttribute t)
void
QXmlStreamAttributes. replace(int i, QXmlStreamAttribute t)
QXmlStreamAttribute
QXmlStreamAttributes. set(int index, QXmlStreamAttribute e)
boolean
QXmlStreamAttributes. startsWith(QXmlStreamAttribute t)
QXmlStreamAttribute
QXmlStreamAttributes. value(int i, QXmlStreamAttribute defaultValue)
void
QXmlStreamWriter. writeAttribute(QXmlStreamAttribute attribute)
Method parameters in io.qt.core with type arguments of type QXmlStreamAttribute Modifier and Type Method Description void
QXmlStreamAttributes. append(Collection<QXmlStreamAttribute> l)
boolean
QXmlStreamAttributes. isSharedWith(Collection<QXmlStreamAttribute> other)
Constructors in io.qt.core with parameters of type QXmlStreamAttribute Constructor Description QXmlStreamAttribute(QXmlStreamAttribute arg__1)
Constructor parameters in io.qt.core with type arguments of type QXmlStreamAttribute Constructor Description QXmlStreamAttributes(Collection<QXmlStreamAttribute> collection)