Uses of Class
io.qt.xmlpatterns.QXmlName
Packages that use QXmlName
-
Uses of QXmlName in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlNameModifier and TypeMethodDescriptionQXmlName.clone()
static QXmlName
QXmlName.fromClarkName
(String clarkName, QXmlNamePool namePool) final QXmlName
QXmlQuery.initialTemplateName()
abstract QXmlName
QAbstractXmlNodeModel.name
(QXmlNodeModelIndex ni) Methods in io.qt.xmlpatterns that return types with arguments of type QXmlNameModifier and TypeMethodDescriptionQAbstractXmlNodeModel.namespaceBindings
(QXmlNodeModelIndex n) QSimpleXmlNodeModel.namespaceBindings
(QXmlNodeModelIndex arg__1) Methods in io.qt.xmlpatterns with parameters of type QXmlNameModifier and TypeMethodDescriptionabstract void
void
void
final void
QXmlQuery.bindVariable
(QXmlName name, QIODevice arg__2) final void
QXmlQuery.bindVariable
(QXmlName name, QXmlItem value) final void
QXmlQuery.bindVariable
(QXmlName name, QXmlQuery query) abstract QXmlNodeModelIndex
QAbstractXmlNodeModel.elementById
(QXmlName NCName) QSimpleXmlNodeModel.elementById
(QXmlName id) abstract void
QAbstractXmlReceiver.namespaceBinding
(QXmlName name) void
QXmlSerializer.namespaceBinding
(QXmlName nb) abstract List<QXmlNodeModelIndex>
QAbstractXmlNodeModel.nodesByIdref
(QXmlName NCName) QSimpleXmlNodeModel.nodesByIdref
(QXmlName idref) abstract void
QAbstractXmlReceiver.processingInstruction
(QXmlName target, String value) void
QXmlFormatter.processingInstruction
(QXmlName name, String value) void
QXmlSerializer.processingInstruction
(QXmlName name, String value) final void
QXmlQuery.setInitialTemplateName
(QXmlName name) abstract void
QAbstractXmlReceiver.startElement
(QXmlName name) void
QXmlFormatter.startElement
(QXmlName name) void
QXmlSerializer.startElement
(QXmlName name) Constructors in io.qt.xmlpatterns with parameters of type QXmlName