java.lang.Object
io.qt.QtObject
io.qt.xmlpatterns.QXmlQuery
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Performs XQueries on XML data, or on non-XML data modeled to look like XML
Java wrapper for Qt class QXmlQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQXmlQuery
(QXmlQuery.QueryLanguage queryLanguage) Overloaded constructor forQXmlQuery(io.qt.xmlpatterns.QXmlQuery.QueryLanguage, io.qt.xmlpatterns.QXmlNamePool)
withnp = new io.qt.xmlpatterns.QXmlNamePool()
.QXmlQuery
(QXmlQuery.QueryLanguage queryLanguage, QXmlNamePool np) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
bindVariable
(QXmlName name, QXmlItem value) final void
bindVariable
(QXmlName name, QIODevice arg__2) final void
bindVariable
(QXmlName name, QXmlQuery query) final void
bindVariable
(String localName, QXmlItem value) final void
bindVariable
(String localName, QIODevice arg__2) final void
bindVariable
(String localName, QXmlQuery query) clone()
Creates and returns a copy of this object.final boolean
evaluateTo
(Collection<String> target) final boolean
evaluateTo
(QIODevice target) final boolean
evaluateTo
(QAbstractXmlReceiver callback) final void
evaluateTo
(QXmlResultItems result) final String
final QXmlName
final boolean
isValid()
final QAbstractMessageHandler
final QXmlNamePool
namePool()
final QNetworkAccessManager
final QXmlQuery.QueryLanguage
final void
Deprecated.final boolean
final void
final boolean
final boolean
final void
final void
setInitialTemplateName
(String name) final void
setMessageHandler
(QAbstractMessageHandler messageHandler) final void
setNetworkAccessManager
(QNetworkAccessManager newManager) final void
Overloaded function forsetQuery(io.qt.core.QUrl, io.qt.core.QUrl)
withbaseURI = new io.qt.core.QUrl()
.final void
final void
Overloaded function forsetQuery(java.lang.String, io.qt.core.QUrl)
withdocumentURI = new io.qt.core.QUrl()
.final void
final void
Overloaded function forsetQuery(io.qt.core.QIODevice, io.qt.core.QUrl)
withdocumentURI = new io.qt.core.QUrl()
.final void
final void
setUriResolver
(QAbstractUriResolver resolver) final QAbstractUriResolver
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QXmlQuery
public QXmlQuery() -
QXmlQuery
Overloaded constructor for
QXmlQuery(io.qt.xmlpatterns.QXmlQuery.QueryLanguage, io.qt.xmlpatterns.QXmlNamePool)
withnp = new io.qt.xmlpatterns.QXmlNamePool()
. -
QXmlQuery
-
QXmlQuery
-
QXmlQuery
-
-
Method Details
-
bindVariable
-
bindVariable
-
bindVariable
-
bindVariable
-
bindVariable
-
bindVariable
-
evaluateTo
-
evaluateTo
-
evaluateToString
-
evaluateTo
-
evaluateTo
-
initialTemplateName
-
isValid
-
messageHandler
-
namePool
-
networkAccessManager
-
set
Deprecated.Useassign(io.qt.xmlpatterns.QXmlQuery)
instead. -
assign
-
queryLanguage
-
setFocus
-
setFocus
-
setFocus
-
setFocus
-
setInitialTemplateName
-
setInitialTemplateName
-
setMessageHandler
-
setNetworkAccessManager
-
setQuery
Overloaded function for
setQuery(io.qt.core.QIODevice, io.qt.core.QUrl)
withdocumentURI = new io.qt.core.QUrl()
. -
setQuery
-
setQuery
Overloaded function for
setQuery(java.lang.String, io.qt.core.QUrl)
withdocumentURI = new io.qt.core.QUrl()
. -
setQuery
-
setQuery
Overloaded function for
setQuery(io.qt.core.QUrl, io.qt.core.QUrl)
withbaseURI = new io.qt.core.QUrl()
. -
setQuery
-
setUriResolver
-
uriResolver
-
clone
Creates and returns a copy of this object.
-
assign(io.qt.xmlpatterns.QXmlQuery)
instead.