XML Processing
Qt provides two sets of APIs to read and write well-formed XML: stream based and DOM based.
Qt also provides specific support for some XML dialects. The Qt SVG module provides the QSvgRenderer and QSvgGenerator classes to read and write a subset of SVG, an XML-based file format. Qt also provides helper functions that may be useful to those working with XML and XHTML: see Qt::escape() and Qt::convertFromPlainText().
Topics:
Classes for XML Processing
These classes are relevant to XML users.
| XML attributes | |
| Interface to report the logical content of XML data | |
| Interface to report DTD content of XML data | |
| Interface to report declaration content of XML data | |
| Default implementation of all the XML handler classes | |
| Interface to resolve external entities contained in XML data | |
| Interface to report errors in XML data | |
| The input data for the QXmlReader subclasses | |
| Interface to report the lexical content of XML data | |
| The XML handler classes with information about the parsing position within a file | |
| Helper class for XML readers which want to include namespace support | |
| Used to report errors with the QXmlErrorHandler interface | |
| Interface for XML readers (i.e. parsers) | |
| Implementation of a simple XML parser | |
| Represents a single XML attribute | |
| Represents a vector of QXmlStreamAttribute | |
| Represents a DTD entity declaration | |
| Entity resolver for a QXmlStreamReader | |
| Represents a namespace declaration | |
| Represents a DTD notation declaration | |
| Fast parser for reading well-formed XML 1.0 documents via a simple streaming API | |
| XML 1.0 writer with a simple streaming API |