Uses of Class
io.qt.xmlpatterns.QXmlName
Package | Description |
---|---|
io.qt.xmlpatterns |
-
Uses of QXmlName in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlName Modifier and Type Method Description QXmlName
QXmlName. clone()
static QXmlName
QXmlName. fromClarkName(String clarkName, QXmlNamePool namePool)
QXmlName
QXmlQuery. initialTemplateName()
abstract QXmlName
QAbstractXmlNodeModel. name(QXmlNodeModelIndex ni)
Methods in io.qt.xmlpatterns that return types with arguments of type QXmlName Modifier and Type Method Description abstract List<QXmlName>
QAbstractXmlNodeModel. namespaceBindings(QXmlNodeModelIndex n)
List<QXmlName>
QSimpleXmlNodeModel. namespaceBindings(QXmlNodeModelIndex arg__1)
Methods in io.qt.xmlpatterns with parameters of type QXmlName Modifier and Type Method Description abstract void
QAbstractXmlReceiver. attribute(QXmlName name, String value)
void
QXmlFormatter. attribute(QXmlName name, String value)
void
QXmlSerializer. attribute(QXmlName name, String value)
void
QXmlQuery. bindVariable(QXmlName name, QIODevice arg__2)
void
QXmlQuery. bindVariable(QXmlName name, QXmlItem value)
void
QXmlQuery. bindVariable(QXmlName name, QXmlQuery query)
abstract QXmlNodeModelIndex
QAbstractXmlNodeModel. elementById(QXmlName NCName)
QXmlNodeModelIndex
QSimpleXmlNodeModel. elementById(QXmlName id)
abstract void
QAbstractXmlReceiver. namespaceBinding(QXmlName name)
void
QXmlSerializer. namespaceBinding(QXmlName nb)
abstract List<QXmlNodeModelIndex>
QAbstractXmlNodeModel. nodesByIdref(QXmlName NCName)
List<QXmlNodeModelIndex>
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)
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 Constructor Description QXmlName(QXmlName other)