Uses of Class
io.qt.xmlpatterns.QXmlNamePool
Packages that use QXmlNamePool
-
Uses of QXmlNamePool in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlNamePoolModifier and TypeMethodDescriptionQXmlNamePool.clone()Creates and returns a copy of this object.final QXmlNamePoolQSimpleXmlNodeModel.namePool()final QXmlNamePoolQXmlQuery.namePool()final QXmlNamePoolQXmlSchema.namePool()final QXmlNamePoolQXmlSchemaValidator.namePool()Methods in io.qt.xmlpatterns with parameters of type QXmlNamePoolModifier and TypeMethodDescriptionfinal voidQXmlNamePool.assign(QXmlNamePool other) final voidQXmlQuery.assign(QXmlNamePool other) Overloaded function forQXmlQuery.assign(io.qt.xmlpatterns.QXmlQuery).final voidQXmlQuery.bindVariable(QXmlName name, QXmlNamePool query) Overloaded function forQXmlQuery.bindVariable(io.qt.xmlpatterns.QXmlName, io.qt.xmlpatterns.QXmlQuery).final voidQXmlQuery.bindVariable(String localName, QXmlNamePool query) Overloaded function forQXmlQuery.bindVariable(java.lang.String, io.qt.xmlpatterns.QXmlQuery).final booleanQXmlNamePool.equals(QXmlNamePool arg2) Seeoperator==(QXmlNamePool,QXmlNamePool) static QXmlNameQXmlName.fromClarkName(String clarkName, QXmlNamePool namePool) final StringQXmlName.localName(QXmlNamePool query) final StringQXmlName.namespaceUri(QXmlNamePool query) final StringQXmlName.prefix(QXmlNamePool query) final voidQXmlQuery.set(QXmlNamePool other) Deprecated.final StringQXmlName.toClarkName(QXmlNamePool query) Constructors in io.qt.xmlpatterns with parameters of type QXmlNamePoolModifierConstructorDescriptionQSimpleXmlNodeModel(QXmlNamePool namePool) QXmlFormatter(QXmlNamePool query, QIODevice outputDevice) Overloaded constructor forQXmlFormatter(io.qt.xmlpatterns.QXmlQuery, io.qt.core.QIODevice).QXmlName(QXmlNamePool namePool, String localName) Overloaded constructor forQXmlName(io.qt.xmlpatterns.QXmlNamePool, java.lang.String, java.lang.String, java.lang.String)QXmlName(QXmlNamePool namePool, String localName, String namespaceURI) Overloaded constructor forQXmlName(io.qt.xmlpatterns.QXmlNamePool, java.lang.String, java.lang.String, java.lang.String)withprefix = (String)null.QXmlName(QXmlNamePool namePool, String localName, String namespaceURI, String prefix) QXmlNamePool(QXmlNamePool other) QXmlQuery(QXmlQuery.QueryLanguage queryLanguage, QXmlNamePool np) QXmlSerializer(QXmlNamePool query, QIODevice outputDevice) Overloaded constructor forQXmlSerializer(io.qt.xmlpatterns.QXmlQuery, io.qt.core.QIODevice).
QXmlQuery.assign(io.qt.xmlpatterns.QXmlNamePool)instead.