NAME
Qt::Core::QXmlStreamAttribute
PUBLIC METHODS
- QXmlStreamAttribute()
- QXmlStreamAttribute(const QXmlStreamAttribute & arg0)
- QXmlStreamAttribute(const QString & qualifiedName, const QString & value)
- QXmlStreamAttribute(const QString & namespaceUri, const QString & name, const QString & value)
- ~QXmlStreamAttribute()
- bool isDefault()
- QStringRef name()
- QStringRef namespaceUri()
- bool operator!=(const QXmlStreamAttribute & other)
- QXmlStreamAttribute & operator=(const QXmlStreamAttribute & arg0)
- bool operator==(const QXmlStreamAttribute & other)
- QStringRef prefix()
- QStringRef qualifiedName()
- QStringRef value()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.