The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Qt::Core::QXmlStreamReader;
# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QXmlStreamReader
# file     : QtCore/qxmlstream.h

use strict;
use warnings;
#use Carp;

our $VERSION = '0.01_05';


# FIXME: operator overload


1;

=head1 NAME

Qt::Core::QXmlStreamReader

=head1 PUBLIC METHODS

=over

=item   QXmlStreamReader()

=item   QXmlStreamReader(QIODevice * device)

=item   QXmlStreamReader(const QByteArray & data)

=item   QXmlStreamReader(const QString & data)

=item   QXmlStreamReader(const char * data)

=item   ~QXmlStreamReader()

=item  void addData(const QByteArray & data)

=item  void addData(const QString & data)

=item  void addData(const char * data)

=item  void addExtraNamespaceDeclaration(const QXmlStreamNamespaceDeclaration & extraNamespaceDeclaraction)

=item  void addExtraNamespaceDeclarations(const QVector<QXmlStreamNamespaceDeclaration> & extraNamespaceDeclaractions)

=item  bool atEnd()

=item  QXmlStreamAttributes attributes()

=item  qint64 characterOffset()

=item  void clear()

=item  qint64 columnNumber()

=item  QIODevice * device()

=item  QStringRef documentEncoding()

=item  QStringRef documentVersion()

=item  QStringRef dtdName()

=item  QStringRef dtdPublicId()

=item  QStringRef dtdSystemId()

=item  QVector<QXmlStreamEntityDeclaration> entityDeclarations()

=item  QXmlStreamEntityResolver * entityResolver()

=item  QXmlStreamReader::Error error()

=item  QString errorString()

=item  bool hasError()

=item  bool isCDATA()

=item  bool isCharacters()

=item  bool isComment()

=item  bool isDTD()

=item  bool isEndDocument()

=item  bool isEndElement()

=item  bool isEntityReference()

=item  bool isProcessingInstruction()

=item  bool isStandaloneDocument()

=item  bool isStartDocument()

=item  bool isStartElement()

=item  bool isWhitespace()

=item  qint64 lineNumber()

=item  QStringRef name()

=item  QVector<QXmlStreamNamespaceDeclaration> namespaceDeclarations()

=item  bool namespaceProcessing()

=item  QStringRef namespaceUri()

=item  QVector<QXmlStreamNotationDeclaration> notationDeclarations()

=item  QStringRef prefix()

=item  QStringRef processingInstructionData()

=item  QStringRef processingInstructionTarget()

=item  QStringRef qualifiedName()

=item  void raiseError(const QString & message)

=item  void raiseError(const QString & message = QString())

=item  QString readElementText()

=item  QString readElementText(QXmlStreamReader::ReadElementTextBehaviour behaviour)

=item  QXmlStreamReader::TokenType readNext()

=item  bool readNextStartElement()

=item  void setDevice(QIODevice * device)

=item  void setEntityResolver(QXmlStreamEntityResolver * resolver)

=item  void setNamespaceProcessing(bool arg0)

=item  void skipCurrentElement()

=item  QStringRef text()

=item  QString tokenString()

=item  QXmlStreamReader::TokenType tokenType()


=back

=head1 ENUM VALUES

=over

=item NoToken

=item Invalid

=item StartDocument

=item EndDocument

=item StartElement

=item EndElement

=item Characters

=item Comment

=item DTD

=item EntityReference

=item ProcessingInstruction

=item ErrorOnUnexpectedElement

=item IncludeChildElements

=item SkipChildElements

=item NoError

=item UnexpectedElementError

=item CustomError

=item NotWellFormedError

=item PrematureEndOfDocumentError


=back

=head2 EXPORT

None by default.

=head1 AUTHOR

Dongxu Ma E<lt>dongxu@cpan.orgE<gt>

=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<http://dev.perl.org/licenses/artistic.html>

=cut