Uses of Class
io.qt.xmlpatterns.QXmlQuery.QueryLanguage
Package | Description |
---|---|
io.qt.xmlpatterns |
-
Uses of QXmlQuery.QueryLanguage in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlQuery.QueryLanguage Modifier and Type Method Description QXmlQuery.QueryLanguage
QXmlQuery. queryLanguage()
static QXmlQuery.QueryLanguage
QXmlQuery.QueryLanguage. resolve(int value)
Returns the corresponding enum entry for the given value.static QXmlQuery.QueryLanguage
QXmlQuery.QueryLanguage. valueOf(String name)
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.QueryLanguage Constructor Description 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)