The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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)

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.

See http://dev.perl.org/licenses/artistic.html