#include <qmodules.h>
#include <qtextstream.h>
#include <qfile.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qvaluestack.h>
#include <qmap.h>
Go to the source code of this file.
Classes | |
class | QXmlNamespaceSupport |
The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support. More... | |
class | QXmlAttributes |
The QXmlAttributes class provides XML attributes. More... | |
class | QXmlInputSource |
The QXmlInputSource class is the source where XML data is read from. 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. parsers). More... | |
class | QXmlSimpleReader |
The QXmlSimpleReader class provides an implementation of a simple XML reader (i.e. parser). More... | |
class | QXmlLocator |
The QXmlLocator class provides the XML handler classes with information about the actual parsing position. More... | |
class | QXmlContentHandler |
The QXmlContentHandler class provides an interface to report logical content of XML data. More... | |
class | QXmlErrorHandler |
The QXmlErrorHandler class provides an interface to report errors in XML data. 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 extern entities contained in XML data. More... | |
class | QXmlLexicalHandler |
The QXmlLexicalHandler class provides an interface to report lexical 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 XML handler classes. More... | |
Macros | |
#define | QM_EXPORT Q_EXPORT |