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 QXmlNamePool
QSimpleXmlNodeModel.namePool()
final QXmlNamePool
QXmlQuery.namePool()
final QXmlNamePool
QXmlSchema.namePool()
final QXmlNamePool
QXmlSchemaValidator.namePool()
Methods in io.qt.xmlpatterns with parameters of type QXmlNamePoolModifier and TypeMethodDescriptionfinal void
QXmlNamePool.assign
(QXmlNamePool other) final void
QXmlQuery.assign
(QXmlNamePool other) Overloaded function forQXmlQuery.assign(io.qt.xmlpatterns.QXmlQuery)
.final void
QXmlQuery.bindVariable
(QXmlName name, QXmlNamePool query) Overloaded function forQXmlQuery.bindVariable(io.qt.xmlpatterns.QXmlName, io.qt.xmlpatterns.QXmlQuery)
.final void
QXmlQuery.bindVariable
(String localName, QXmlNamePool query) Overloaded function forQXmlQuery.bindVariable(java.lang.String, io.qt.xmlpatterns.QXmlQuery)
.final boolean
QXmlNamePool.equals
(QXmlNamePool arg2) Seeoperator==(QXmlNamePool,
QXmlNamePool) static QXmlName
QXmlName.fromClarkName
(String clarkName, QXmlNamePool namePool) final String
QXmlName.localName
(QXmlNamePool query) final String
QXmlName.namespaceUri
(QXmlNamePool query) final String
QXmlName.prefix
(QXmlNamePool query) final void
QXmlQuery.set
(QXmlNamePool other) Deprecated.final String
QXmlName.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.