package Qt::Xml::QXmlAttributes; # THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST! # classname: QXmlAttributes # file : QtXml/qxml.h use strict; use warnings; #use Carp; our $VERSION = '0.01_04'; # FIXME: operator overload 1; =head1 NAME Qt::Xml::QXmlAttributes =head1 PUBLIC METHODS =over =item QXmlAttributes() =item ~QXmlAttributes() =item void append(const QString & qName, const QString & uri, const QString & localPart, const QString & value) =item void clear() =item int count() =item int index(const QString & qName) =item int index(const QLatin1String & qName) =item int index(const QString & uri, const QString & localPart) =item int length() =item QString localName(int index) =item QString qName(int index) =item QString type(int index) =item QString type(const QString & qName) =item QString type(const QString & uri, const QString & localName) =item QString uri(int index) =item QString value(int index) =item QString value(const QString & qName) =item QString value(const QLatin1String & qName) =item QString value(const QString & uri, const QString & localName) =back =head1 ENUM VALUES =over =back =head2 EXPORT None by default. =head1 AUTHOR Dongxu Ma Edongxu@cpan.orgE =head1 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. See L =cut