Uses of Class
io.qt.core.QXmlStreamNamespaceDeclaration
Package | Description |
---|---|
io.qt.core |
-
Uses of QXmlStreamNamespaceDeclaration in io.qt.core
Methods in io.qt.core that return QXmlStreamNamespaceDeclaration Modifier and Type Method Description QXmlStreamNamespaceDeclaration
QXmlStreamNamespaceDeclaration. clone()
Methods in io.qt.core that return types with arguments of type QXmlStreamNamespaceDeclaration Modifier and Type Method Description QVector<QXmlStreamNamespaceDeclaration>
QXmlStreamReader. namespaceDeclarations()
Methods in io.qt.core with parameters of type QXmlStreamNamespaceDeclaration Modifier and Type Method Description void
QXmlStreamReader. addExtraNamespaceDeclaration(QXmlStreamNamespaceDeclaration extraNamespaceDeclaraction)
Method parameters in io.qt.core with type arguments of type QXmlStreamNamespaceDeclaration Modifier and Type Method Description void
QXmlStreamReader. addExtraNamespaceDeclarations(Collection<QXmlStreamNamespaceDeclaration> extraNamespaceDeclaractions)
Constructors in io.qt.core with parameters of type QXmlStreamNamespaceDeclaration Constructor Description QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration arg__1)