Qt 4.8
|
#include <QtCore/qtextstream.h>
#include <QtCore/qfile.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qlist.h>
#include <QtCore/qscopedpointer.h>
Go to the source code of this file.
Classes | |
class | QXmlAttributes |
The QXmlAttributes class provides XML attributes. More... | |
struct | QXmlAttributes::Attribute |
class | QXmlContentHandler |
The QXmlContentHandler class provides an interface to report the logical content of XML data. More... | |
class | QXmlDeclHandler |
The QXmlDeclHandler class provides an interface to report declaration content of XML data. More... | |
class | QXmlDefaultHandler |
The QXmlDefaultHandler class provides a default implementation of all the XML handler classes. More... | |
class | QXmlDTDHandler |
The QXmlDTDHandler class provides an interface to report DTD content of XML data. More... | |
class | QXmlEntityResolver |
The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data. More... | |
class | QXmlErrorHandler |
The QXmlErrorHandler class provides an interface to report errors in XML data. More... | |
class | QXmlInputSource |
The QXmlInputSource class provides the input data for the QXmlReader subclasses. More... | |
class | QXmlLexicalHandler |
The QXmlLexicalHandler class provides an interface to report the lexical content of XML data. More... | |
class | QXmlLocator |
The QXmlLocator class provides the XML handler classes with information about the parsing position within a file. More... | |
class | QXmlNamespaceSupport |
The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support. More... | |
class | QXmlParseException |
The QXmlParseException class is used to report errors with the QXmlErrorHandler interface. More... | |
class | QXmlReader |
The QXmlReader class provides an interface for XML readers (i.e. More... | |
class | QXmlSimpleReader |
The QXmlSimpleReader class provides an implementation of a simple XML parser. More... | |