Uses of Enum
io.qt.xmlpatterns.QXmlQuery.QueryLanguage
-
Uses of QXmlQuery.QueryLanguage in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlQuery.QueryLanguageModifier and TypeMethodDescriptionfinal QXmlQuery.QueryLanguageQXmlQuery.queryLanguage()static QXmlQuery.QueryLanguageQXmlQuery.QueryLanguage.resolve(int value) Returns the corresponding enum entry for the given value.static QXmlQuery.QueryLanguageReturns 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.Methods in io.qt.xmlpatterns with parameters of type QXmlQuery.QueryLanguageModifier and TypeMethodDescriptionfinal voidQXmlQuery.assign(QXmlQuery.QueryLanguage other) Overloaded function forQXmlQuery.assign(io.qt.xmlpatterns.QXmlQuery).final voidQXmlQuery.bindVariable(QXmlName name, QXmlQuery.QueryLanguage query) Overloaded function forQXmlQuery.bindVariable(io.qt.xmlpatterns.QXmlName, io.qt.xmlpatterns.QXmlQuery).final voidQXmlQuery.bindVariable(String localName, QXmlQuery.QueryLanguage query) Overloaded function forQXmlQuery.bindVariable(java.lang.String, io.qt.xmlpatterns.QXmlQuery).final voidQXmlQuery.set(QXmlQuery.QueryLanguage other) Deprecated.Constructors in io.qt.xmlpatterns with parameters of type QXmlQuery.QueryLanguageModifierConstructorDescriptionQXmlFormatter(QXmlQuery.QueryLanguage query, QIODevice outputDevice) Overloaded constructor forQXmlFormatter(io.qt.xmlpatterns.QXmlQuery, io.qt.core.QIODevice).QXmlQuery(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) QXmlSerializer(QXmlQuery.QueryLanguage query, QIODevice outputDevice) Overloaded constructor forQXmlSerializer(io.qt.xmlpatterns.QXmlQuery, io.qt.core.QIODevice).
QXmlQuery.assign(io.qt.xmlpatterns.QXmlQuery.QueryLanguage)instead.