package Qt::Xml::QXmlNamespaceSupport;
# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QXmlNamespaceSupport
# file : QtXml/qxml.h
use strict;
use warnings;
#use Carp;
our $VERSION = '0.01_01';
# FIXME: operator overload
1;
=head1 NAME
Qt::Xml::QXmlNamespaceSupport
=head1 PUBLIC METHODS
=over
=item QXmlNamespaceSupport()
=item ~QXmlNamespaceSupport()
=item void popContext()
=item QString prefix(const QString & arg0)
=item QStringList prefixes()
=item QStringList prefixes(const QString & arg0)
=item void processName(const QString & arg0, bool arg1, QString & arg2, QString & arg3)
=item void pushContext()
=item void reset()
=item void setPrefix(const QString & arg0, const QString & arg1)
=item void splitName(const QString & arg0, QString & arg1, QString & arg2)
=item QString uri(const QString & arg0)
=back
=head2 EXPORT
None by default.
=head1 AUTHOR
Dongxu Ma E<lt>dongxu@cpan.orgE<gt>
=head1 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 L<http://dev.perl.org/licenses/artistic.html>
=cut