XML Classes¶
Classes that support XML.
These classes are relevant to XML users.
PySide2.QtXml.QDomImplementationThe QDomImplementation class provides information about the features of the DOM implementation.
PySide2.QtXml.QDomNodeListThe QDomNodeList class is a list of QDomNode objects.
PySide2.QtXml.QDomNodeThe QDomNode class is the base class for all the nodes in a DOM tree.
PySide2.QtXml.QDomNamedNodeMapThe QDomNamedNodeMap class contains a collection of nodes that can be accessed by name.
PySide2.QtXml.QDomDocumentTypeThe QDomDocumentType class is the representation of the DTD in the document tree.
PySide2.QtXml.QDomDocumentFragmentThe QDomDocumentFragment class is a tree of QDomNodes which is not usually a complete QDomDocument.
PySide2.QtXml.QDomCharacterDataThe QDomCharacterData class represents a generic string in the DOM.
PySide2.QtXml.QDomAttrThe QDomAttr class represents one attribute of a QDomElement.
PySide2.QtXml.QDomElementThe QDomElement class represents one element in the DOM tree.
PySide2.QtXml.QDomTextThe QDomText class represents text data in the parsed XML document.
PySide2.QtXml.QDomCommentThe QDomComment class represents an XML comment.
PySide2.QtXml.QDomCDATASectionThe QDomCDATASection class represents an XML CDATA section.
PySide2.QtXml.QDomNotationThe QDomNotation class represents an XML notation.
PySide2.QtXml.QDomEntityThe QDomEntity class represents an XML entity.
PySide2.QtXml.QDomEntityReferenceThe QDomEntityReference class represents an XML entity reference.
PySide2.QtXml.QDomProcessingInstructionThe QDomProcessingInstruction class represents an XML processing instruction.
PySide2.QtXml.QDomDocumentThe QDomDocument class represents an XML document.
PySide2.QtXml.QXmlParseExceptionThe QXmlParseException class is used to report errors with the QXmlErrorHandler interface.
PySide2.QtXml.QXmlLocatorThe QXmlLocator class provides the XML handler classes with information about the parsing position within a file.
PySide2.QtXml.QXmlNamespaceSupportThe QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support.
PySide2.QtXml.QXmlAttributesThe QXmlAttributes class provides XML attributes.
PySide2.QtXml.QXmlInputSourceThe QXmlInputSource class provides the input data for the QXmlReader subclasses.
PySide2.QtXml.QXmlContentHandlerThe QXmlContentHandler class provides an interface to report the logical content of XML data.
PySide2.QtXml.QXmlErrorHandlerThe QXmlErrorHandler class provides an interface to report errors in XML data.
PySide2.QtXml.QXmlDTDHandlerThe QXmlDTDHandler class provides an interface to report DTD content of XML data.
PySide2.QtXml.QXmlEntityResolverThe QXmlEntityResolver class provides an interface to resolve external entities contained in XML data.
PySide2.QtXml.QXmlLexicalHandlerThe QXmlLexicalHandler class provides an interface to report the lexical content of XML data.
PySide2.QtXml.QXmlDeclHandlerThe QXmlDeclHandler class provides an interface to report declaration content of XML data.
PySide2.QtXml.QXmlDefaultHandlerThe QXmlDefaultHandler class provides a default implementation of all the XML handler classes.
PySide2.QtXml.QXmlReaderThe QXmlReader class provides an interface for XML readers (i.e. parsers).
PySide2.QtXml.QXmlSimpleReaderThe QXmlSimpleReader class provides an implementation of a simple XML parser.
PySide2.QtCore.QXmlStreamEntityResolverThe QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader.
PySide2.QtCore.QXmlStreamReaderThe QXmlStreamReader class provides a fast parser for reading well-formed XML via a simple streaming API.
PySide2.QtCore.QXmlStreamAttributeThe QXmlStreamAttribute class represents a single XML attribute.
PySide2.QtCore.QXmlStreamAttributesThe QXmlStreamAttributes class represents a vector of QXmlStreamAttribute.
PySide2.QtCore.QXmlStreamNotationDeclarationThe QXmlStreamNotationDeclaration class represents a DTD notation declaration.
PySide2.QtCore.QXmlStreamNamespaceDeclarationThe QXmlStreamNamespaceDeclaration class represents a namespace declaration.
PySide2.QtCore.QXmlStreamEntityDeclarationThe QXmlStreamEntityDeclaration class represents a DTD entity declaration.
PySide2.QtCore.QXmlStreamWriterThe QXmlStreamWriter class provides an XML writer with a simple streaming API.
PySide2.QtXmlPatterns.QAbstractMessageHandlerThe QAbstractMessageHandler class provides a callback interface for handling messages.
PySide2.QtXmlPatterns.QAbstractUriResolverThe QAbstractUriResolver class is a callback interface for resolving Uniform Resource Identifiers. A Uniform Resource Identifier (URI) is a string that uniquely identifies a resource. URIs are versatile global identifiers. It is often useful to transform a URI that identifies something logical into a URI that locates something physical (a URL), or to simply map a URI to a different URI. QAbstractUriResolver::resolve() provides this functionality.
The QAbstractXmlForwardIterator class is a base class for forward iterators.
Helper class for ListIterator, and should only be instantiated through sub-classing.
Bridges values in Qt’s QList container class into an QAbstractXmlForwardIterator.
PySide2.QtXmlPatterns.QAbstractXmlNodeModelThe QAbstractXmlNodeModel class is an abstract base class for modeling non-XML data to look like XML for QXmlQuery.
PySide2.QtXmlPatterns.QXmlItemThe QXmlItem class contains either an XML node or an atomic value.
PySide2.QtXmlPatterns.QXmlNodeModelIndexThe QXmlNodeModelIndex class identifies a node in an XML node model subclassed from QAbstractXmlNodeModel.
PySide2.QtXmlPatterns.QAbstractXmlReceiverThe QAbstractXmlReceiver class provides a callback interface for transforming the output of a QXmlQuery.
Bridges a QPatternist::SequenceIterator to QAbstractXmlPullProvider.
QSimpleXmlNodeModelThe QSimpleXmlNodeModel class is an implementation of QAbstractXmlNodeModel sufficient for many common cases.
PySide2.QtXmlPatterns.QSourceLocationThe QSourceLocation class identifies a location in a resource by URI, line, and column.
PySide2.QtXmlPatterns.QXmlFormatterThe QXmlFormatter class is an implementation of QXmlSerializer for transforming XQuery output into formatted XML.
PySide2.QtXmlPatterns.QXmlNameThe QXmlName class represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g., QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding().
PySide2.QtXmlPatterns.QXmlNamePoolThe QXmlNamePool class is a table of shared strings referenced by instances of QXmlName.
PySide2.QtXmlPatterns.QXmlQueryThe QXmlQuery class performs XQueries on XML data, or on non-XML data modeled to look like XML.
PySide2.QtXmlPatterns.QXmlResultItemsThe QXmlResultItems class iterates through the results of evaluating an XQuery in QXmlQuery.
PySide2.QtXmlPatterns.QXmlSchemaThe QXmlSchema class provides loading and validation of a W3C XML Schema.
PySide2.QtXmlPatterns.QXmlSchemaValidatorThe QXmlSchemaValidator class validates XML instance documents against a W3C XML Schema.
PySide2.QtXmlPatterns.QXmlSerializerThe QXmlSerializer class is an implementation of QAbstractXmlReceiver for transforming XQuery output into unformatted XML.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.