Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx XML

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...
 

Detailed Description

Import:
find_package(Qx REQUIRED COMPONENTS Xml)
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Link:
target_link_libraries(target_name Qx::Xml)
Include:
#include <qx/xml.h>

This component roughly mirrors Qt XML in terms of scope and organization.