# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QXmlSimpleReader
# file : QtXml/qxml.h
use strict;
#use Carp;
our $VERSION = '0.01_02';
our $ISA = qw/Qt::Xml::QXmlReader/;
# FIXME: operator overload
1;
=head1 NAME
Qt::Xml::QXmlSimpleReader
=head1 PUBLIC METHODS
=over
=item QXmlSimpleReader()
=item ~QXmlSimpleReader()
=item QXmlDTDHandler * DTDHandler()
=item QXmlContentHandler * contentHandler()
=item QXmlDeclHandler * declHandler()
=item QXmlEntityResolver * entityResolver()
=item QXmlErrorHandler * errorHandler()
=item bool feature(, )
=item bool feature(, = 0)
=item bool hasFeature()
=item bool hasProperty()
=item QXmlLexicalHandler * lexicalHandler()
=item bool parse()
=item bool parse()
=item bool parse(, )
=item bool parseContinue()
=item void * property(, )
=item void * property(, = 0)
=item void setContentHandler()
=item void setDTDHandler()
=item void setDeclHandler()
=item void setEntityResolver()
=item void setErrorHandler()
=item void setFeature(, )
=item void setLexicalHandler()
=item void setProperty(, )
=back
=head1 ENUM VALUES
=over
=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.
=cut