NAME
Qt::Core::QXmlStreamAttributes
PUBLIC METHODS
- void append(const QString & qualifiedName, const QString & value)
- void append(const QString & namespaceUri, const QString & name, const QString & value)
- bool hasAttribute(const QString & qualifiedName)
- bool hasAttribute(const QLatin1String & qualifiedName)
- bool hasAttribute(const QString & namespaceUri, const QString & name)
- QStringRef value(const QString & qualifiedName)
- QStringRef value(const QLatin1String & qualifiedName)
- QStringRef value(const QString & namespaceUri, const QString & name)
- QStringRef value(const QString & namespaceUri, const QLatin1String & name)
- QStringRef value(const QLatin1String & namespaceUri, const QLatin1String & name)
- int capacity()
- void clear()
- const QXmlStreamAttribute * constData()
- bool contains(const QXmlStreamAttribute & t)
- int count(const QXmlStreamAttribute & t)
- const QXmlStreamAttribute * data()
- void detach()
- QVector<QXmlStreamAttribute> & fill(const QXmlStreamAttribute & t, int size)
- QVector<QXmlStreamAttribute> & fill(const QXmlStreamAttribute & t, int size = -1)
- int indexOf(const QXmlStreamAttribute & t, int from)
- int indexOf(const QXmlStreamAttribute & t, int from = 0)
- void insert(int i, const QXmlStreamAttribute & t)
- void insert(int i, int n, const QXmlStreamAttribute & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QXmlStreamAttribute & t, int from)
- int lastIndexOf(const QXmlStreamAttribute & t, int from = -1)
- bool operator!=(const QVector<QXmlStreamAttribute> & v)
- bool operator==(const QVector<QXmlStreamAttribute> & v)
- const QXmlStreamAttribute & operator[](int i)
- void prepend(const QXmlStreamAttribute & t)
- void remove(int i)
- void remove(int i, int n)
- void replace(int i, const QXmlStreamAttribute & t)
- void reserve(int size)
- void resize(int size)
- void setSharable(bool shrable)
- int size()
- void squeeze()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.