就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 6.5.1
Qt Core
C++ 類
QXmlStreamWriter
List of All Members for QXmlStreamWriter
這是完整成員列錶為
QXmlStreamWriter
,包括繼承的成員。
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)