package Qt::Xml::QXmlLexicalHandler;
# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QXmlLexicalHandler
# file : QtXml/qxml.h
use strict;
use warnings;
#use Carp;
our $VERSION = '0.01_01';
# FIXME: operator overload
1;
=head1 NAME
Qt::Xml::QXmlLexicalHandler
=head1 PUBLIC METHODS
=over
=item ~QXmlLexicalHandler()
=item bool comment(const QString & ch)
=item bool endCDATA()
=item bool endDTD()
=item bool endEntity(const QString & name)
=item QString errorString()
=item bool startCDATA()
=item bool startDTD(const QString & name, const QString & publicId, const QString & systemId)
=item bool startEntity(const QString & name)
=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