QXmlQuery
#include <QtXml/QXmlQuery>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QXmlQuery
Overview
Public Types Index
enum QueryLanguageXQuery10 1, XSLT20 2, XmlSchema11IdentityConstraintSelector 1024, XmlSchema11IdentityConstraintField 2048, XPath20 4096 |
Public Functions Index
QXmlQuery () | |
QXmlQuery (const QXmlQuery &other) | |
QXmlQuery (const QXmlNamePool &np) | |
QXmlQuery (QueryLanguage queryLanguage, const QXmlNamePool &np=QXmlNamePool()) | |
~QXmlQuery () | |
void | bindVariable (const QXmlName &name, const QXmlItem &value) |
void | bindVariable (const QString &localName, const QXmlItem &value) |
void | bindVariable (const QXmlName &name, QIODevice *) |
void | bindVariable (const QString &localName, QIODevice *) |
void | bindVariable (const QXmlName &name, const QXmlQuery &query) |
void | bindVariable (const QString &localName, const QXmlQuery &query) |
void | evaluateTo (QXmlResultItems *result) const |
bool | evaluateTo (QAbstractXmlReceiver *callback) const |
bool | evaluateTo (QStringList *target) const |
bool | evaluateTo (QIODevice *target) const |
bool | evaluateTo (QString *output) const |
QXmlName | initialTemplateName () const |
bool | isValid () const |
QAbstractMessageHandler * | messageHandler () const |
QXmlNamePool | namePool () const |
QNetworkAccessManager * | networkAccessManager () const |
QXmlQuery & | operator= (const QXmlQuery &other) |
QueryLanguage | queryLanguage () const |
void | setFocus (const QXmlItem &item) |
bool | setFocus (const QUrl &documentURI) |
bool | setFocus (QIODevice *document) |
bool | setFocus (const QString &focus) |
void | setInitialTemplateName (const QXmlName &name) |
void | setInitialTemplateName (const QString &name) |
void | setMessageHandler (QAbstractMessageHandler *messageHandler) |
void | setNetworkAccessManager (QNetworkAccessManager *newManager) |
void | setQuery (const QString &sourceCode, const QUrl &documentURI=QUrl()) |
void | setQuery (QIODevice *sourceCode, const QUrl &documentURI=QUrl()) |
void | setQuery (const QUrl &queryURI, const QUrl &baseURI=QUrl()) |
void | setUriResolver (const QAbstractUriResolver *resolver) |
const QAbstractUriResolver * | uriResolver () const |
Public Types
- XQuery10 1
- XSLT20 2
- XmlSchema11IdentityConstraintSelector 1024
- XmlSchema11IdentityConstraintField 2048
- XPath20 4096
Public Functions
Destructor.
void
void
void
void
void
void
void
bool
bool
bool
bool
bool
QueryLanguage
void
bool
bool
bool
void
void
void
void
void
void
void
void
const QAbstractUriResolver *
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy