42 #ifndef QXMLRESULTITEMS 43 #define QXMLRESULTITEMS 45 #include <QtCore/QString> 46 #include <QtCore/QScopedPointer> 63 bool hasError()
const;
#define QT_END_NAMESPACE
This macro expands to.
The QXmlResultItems class iterates through the results of evaluating an XQuery in QXmlQuery...
The QXmlItem class contains either an XML node or an atomic value.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QScopedPointer class stores a pointer to a dynamically allocated object, and deletes it upon dest...
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_XMLPATTERNS_EXPORT
#define Q_DECLARE_PRIVATE(Class)
The QXmlQuery class performs XQueries on XML data, or on non-XML data modeled to look like XML...