Qt 6.10
Qt Core
C++ Classes
QXmlStreamWriter
Qt 6.10.0 Reference Documentation
List of All Members for QXmlStreamWriter
This is the complete list of members for
QXmlStreamWriter
, including inherited members.
enum class
Error
QXmlStreamWriter
()
QXmlStreamWriter
(QByteArray *)
QXmlStreamWriter
(QIODevice *)
QXmlStreamWriter
(QString *)
~QXmlStreamWriter
()
autoFormatting
() const : bool
autoFormattingIndent
() const : int
device
() const : QIODevice *
error
() const : QXmlStreamWriter::Error
errorString
() const : QString
hasError
() const : bool
raiseError
(QAnyStringView)
setAutoFormatting
(bool)
setAutoFormattingIndent
(int)
setDevice
(QIODevice *)
setStopWritingOnError
(bool)
stopWritingOnError
() const : bool
writeAttribute
(QAnyStringView, QAnyStringView, QAnyStringView)
writeAttribute
(const QXmlStreamAttribute &)
writeAttribute
(QAnyStringView, QAnyStringView)
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
(QAnyStringView, bool)
writeStartDocument
()
writeStartElement
(QAnyStringView, QAnyStringView)
writeStartElement
(QAnyStringView)
writeTextElement
(QAnyStringView, QAnyStringView, QAnyStringView)
writeTextElement
(QAnyStringView, QAnyStringView)