Qt 6.7
Qt Core
C++ Classes
QXmlStreamWriter
Qt 6.7.2 Reference Documentation
List of All Members for QXmlStreamWriter
This is the complete list of members for
QXmlStreamWriter
, including inherited members.
QXmlStreamWriter
()
QXmlStreamWriter
(QIODevice *)
QXmlStreamWriter
(QByteArray *)
QXmlStreamWriter
(QString *)
~QXmlStreamWriter
()
autoFormatting
() const : bool
autoFormattingIndent
() const : int
device
() const : QIODevice *
hasError
() const : bool
setAutoFormatting
(bool)
setAutoFormattingIndent
(int)
setDevice
(QIODevice *)
writeAttribute
(QAnyStringView, QAnyStringView, QAnyStringView)
writeAttribute
(QAnyStringView, QAnyStringView)
writeAttribute
(const QXmlStreamAttribute &)
writeAttributes
(const QXmlStreamAttributes &)
writeCDATA
(QAnyStringView)
writeCharacters
(QAnyStringView)
writeComment
(QAnyStringView)
writeCurrentToken
(const QXmlStreamReader &)
writeDTD
(QAnyStringView)
writeDefaultNamespace
(QAnyStringView)
writeEmptyElement
(QAnyStringView, QAnyStringView)
writeEmptyElement
(QAnyStringView)
writeEndDocument
()
writeEndElement
()
writeEntityReference
(QAnyStringView)
writeNamespace
(QAnyStringView, QAnyStringView)
writeProcessingInstruction
(QAnyStringView, QAnyStringView)
writeStartDocument
(QAnyStringView)
writeStartDocument
()
writeStartDocument
(QAnyStringView, bool)
writeStartElement
(QAnyStringView, QAnyStringView)
writeStartElement
(QAnyStringView)
writeTextElement
(QAnyStringView, QAnyStringView, QAnyStringView)
writeTextElement
(QAnyStringView, QAnyStringView)