NAME
Qt::XmlPatterns::QXmlQuery
PUBLIC METHODS
- QXmlQuery()
- QXmlQuery(const QXmlQuery & other)
- QXmlQuery(const QXmlNamePool & np)
- QXmlQuery(QXmlQuery::QueryLanguage queryLanguage, const QXmlNamePool & np)
- QXmlQuery(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 * arg1)
- void bindVariable(const QString & localName, QIODevice * arg1)
- void bindVariable(const QXmlName & name, const QXmlQuery & query)
- void bindVariable(const QString & localName, const QXmlQuery & query)
- void evaluateTo(QXmlResultItems * result)
- bool evaluateTo(QAbstractXmlReceiver * callback)
- bool evaluateTo(QStringList * target)
- bool evaluateTo(QIODevice * target)
- bool evaluateTo(QString * output)
- QXmlName initialTemplateName()
- bool isValid()
- QAbstractMessageHandler * messageHandler()
- QXmlNamePool namePool()
- QNetworkAccessManager * networkAccessManager()
- QXmlQuery & operator=(const QXmlQuery & other)
- QXmlQuery::QueryLanguage queryLanguage()
- 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)
- void setQuery(const QString & sourceCode, const QUrl & documentURI = QUrl())
- void setQuery(QIODevice * sourceCode, const QUrl & documentURI)
- void setQuery(QIODevice * sourceCode, const QUrl & documentURI = QUrl())
- void setQuery(const QUrl & queryURI, const QUrl & baseURI)
- void setQuery(const QUrl & queryURI, const QUrl & baseURI = QUrl())
- void setUriResolver(const QAbstractUriResolver * resolver)
- const QAbstractUriResolver * uriResolver()
ENUM VALUES
- XQuery10
- XSLT20
- XmlSchema11IdentityConstraintSelector
- XmlSchema11IdentityConstraintField
- XPath20
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.