NAME
Qt::Xml::QXmlAttributes
PUBLIC METHODS
- QXmlAttributes()
- ~QXmlAttributes()
- void append(const QString & qName, const QString & uri, const QString & localPart, const QString & value)
- void clear()
- int count()
- int index(const QString & qName)
- int index(const QLatin1String & qName)
- int index(const QString & uri, const QString & localPart)
- int length()
- QString localName(int index)
- QString qName(int index)
- QString type(int index)
- QString type(const QString & qName)
- QString type(const QString & uri, const QString & localName)
- QString uri(int index)
- QString value(int index)
- QString value(const QString & qName)
- QString value(const QLatin1String & qName)
- QString value(const QString & uri, const QString & localName)
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.