Uses of Enum
io.qt.xmlpatterns.QXmlQuery.QueryLanguage
Packages that use QXmlQuery.QueryLanguage
-
Uses of QXmlQuery.QueryLanguage in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlQuery.QueryLanguageModifier and TypeMethodDescriptionfinal QXmlQuery.QueryLanguage
QXmlQuery.queryLanguage()
static QXmlQuery.QueryLanguage
QXmlQuery.QueryLanguage.resolve
(int value) Returns the corresponding enum entry for the given value.static QXmlQuery.QueryLanguage
Returns the enum constant of this type with the specified name.static QXmlQuery.QueryLanguage[]
QXmlQuery.QueryLanguage.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.xmlpatterns with parameters of type QXmlQuery.QueryLanguageModifierConstructorDescriptionQXmlQuery
(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)