The Qt XML module provides a C++ implementation of the DOM standard for XML. 更多...
| QDomAttr | 錶示 QDomElement 的一屬性 |
| QDomCDATASection | 錶示 XML CDATA 區間 |
| QDomCharacterData | 錶示一般 DOM 字符串 |
| QDomComment | 錶示 XML 注釋 |
| QDomDocument | 錶示 XML 文檔 |
| QDomDocument::ParseResult | Struct is used to store the result of QDomDocument::setContent() |
| QDomDocumentFragment | QDomNode 樹通常是不完整 QDomDocument |
| QDomDocumentType | 文檔樹中的 DTD (文檔類型定義) 錶示 |
| QDomElement | 錶示一個 DOM 樹元素 |
| QDomEntity | 錶示 XML 實體 |
| QDomEntityReference | 錶示 XML 實體引用 |
| QDomImplementation | DOM 實現特徵的有關信息 |
| QDomNamedNodeMap | 包含可以按名稱訪問的節點集閤 |
| QDomNode | 所有 DOM 樹節點的基類 |
| QDomNodeList | QDomNode 對象列錶 |
| QDomNotation | 錶示 XML 錶示法 |
| QDomProcessingInstruction | 錶示 XML 處理指令 |
| QDomText | 錶示 XML 文檔的剖析文本數據 |
The Qt XML page contains information about how to use the module.
注意: Qt XML will no longer receive additional features. For reading or writing XML documents iteratively (SAX), use the QXmlStreamReader and QXmlStreamWriter 類。這 2 個類更易於使用,且更兼容 XML 標準。