Qx v0.5.8
Qt Extensions Library
|
The XML component provides classes and mechanisms that enhance and compliment the XML interfaces provided by Qt XML. More...
Files | |
file | qx-common-xml.h |
The qx-common-xml header file provides various types, variables, and functions related to manipulating XML data. | |
Classes | |
class | Qx::XmlStreamReaderError |
The XmlStreamReaderError class provides a full error object for QXmlStreamReader, similar to other Qt classes, that can be more convenient for processing errors than just QXmlStreamReader::Error. More... | |
class | Qx::XmlStreamWriterError |
The XmlStreamWriterError class provides a full error object for QXmlStreamWriterError, similar to other Qt classes. QXmlStreamWriter doesn't have an intrinsic error type, but this class can be useful for passing contextual error information when writing XML data so that intent is more clear. More... | |
This component roughly mirrors Qt XML in terms of scope and organization.