XML Classes#
Classes that support XML.
These classes are relevant to XML users.
PySide6.QtXml.QDomImplementationThe QDomImplementation class provides information about the features of the DOM implementation.
PySide6.QtXml.QDomNodeListThe QDomNodeList class is a list of QDomNode objects.
PySide6.QtXml.QDomNodeThe QDomNode class is the base class for all the nodes in a DOM tree.
PySide6.QtXml.QDomNamedNodeMapThe QDomNamedNodeMap class contains a collection of nodes that can be accessed by name.
PySide6.QtXml.QDomDocumentTypeThe QDomDocumentType class is the representation of the DTD in the document tree.
PySide6.QtXml.QDomDocumentFragmentThe QDomDocumentFragment class is a tree of QDomNodes which is not usually a complete QDomDocument.
PySide6.QtXml.QDomCharacterDataThe QDomCharacterData class represents a generic string in the DOM.
PySide6.QtXml.QDomAttrThe QDomAttr class represents one attribute of a QDomElement.
PySide6.QtXml.QDomElementThe QDomElement class represents one element in the DOM tree.
PySide6.QtXml.QDomTextThe QDomText class represents text data in the parsed XML document.
PySide6.QtXml.QDomCommentThe QDomComment class represents an XML comment.
PySide6.QtXml.QDomCDATASectionThe QDomCDATASection class represents an XML CDATA section.
PySide6.QtXml.QDomNotationThe QDomNotation class represents an XML notation.
PySide6.QtXml.QDomEntityThe QDomEntity class represents an XML entity.
PySide6.QtXml.QDomEntityReferenceThe QDomEntityReference class represents an XML entity reference.
PySide6.QtXml.QDomProcessingInstructionThe QDomProcessingInstruction class represents an XML processing instruction.
PySide6.QtXml.QDomDocumentThe QDomDocument class represents an XML document.
QDomDocument.ParseResultThe struct is used to store the result of QDomDocument::setContent().
PySide6.QtCore.QXmlStreamEntityResolverThe QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader.
PySide6.QtCore.QXmlStreamReaderThe QXmlStreamReader class provides a fast parser for reading well-formed XML via a simple streaming API.
PySide6.QtCore.QXmlStreamAttributeThe QXmlStreamAttribute class represents a single XML attribute.
PySide6.QtCore.QXmlStreamAttributesThe QXmlStreamAttributes class represents a vector of QXmlStreamAttribute.
PySide6.QtCore.QXmlStreamNotationDeclarationThe QXmlStreamNotationDeclaration class represents a DTD notation declaration.
PySide6.QtCore.QXmlStreamNamespaceDeclarationThe QXmlStreamNamespaceDeclaration class represents a namespace declaration.
PySide6.QtCore.QXmlStreamEntityDeclarationThe QXmlStreamEntityDeclaration class represents a DTD entity declaration.
PySide6.QtCore.QXmlStreamWriterThe QXmlStreamWriter class provides an XML writer with a simple streaming API.