PySide6.QtXml¶
- PySide6.QtXml.QDomAttr
- PySide6.QtXml.QDomCDATASection
- PySide6.QtXml.QDomCharacterData
- PySide6.QtXml.QDomComment
- PySide6.QtXml.QDomDocument
- PySide6.QtXml.QDomDocumentFragment
- PySide6.QtXml.QDomDocumentType
- PySide6.QtXml.QDomElement
- PySide6.QtXml.QDomEntity
- PySide6.QtXml.QDomEntityReference
- PySide6.QtXml.QDomImplementation
- PySide6.QtXml.QDomNamedNodeMap
- PySide6.QtXml.QDomNode
- PySide6.QtXml.QDomNodeList
- PySide6.QtXml.QDomNotation
- PySide6.QtXml.QDomProcessingInstruction
- PySide6.QtXml.QDomText
Detailed Description¶
The Qt XML module provides an implementation of the DOM standard for XML.
Note
Qt XML will no longer receive additional features. For reading or
writing XML documents iteratively (SAX), use the
QXmlStreamReader and QXmlStreamWriter
classes. The classes are both easier to use and more compliant with the XML standard.
Using the Module¶
To include the definitions of modules classes, use the following directive:
import PySide6.QtXml