Qt Utilities 6.14.3
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Macros to utilize XML parsing using QXmlStreamReader. More...
#include "./undefxmlparsermacros.h"
Go to the source code of this file.
Macros | |
#define | iftag(tagName) |
#define | eliftag(tagName) |
#define | else_skip |
#define | children while (xmlReader.readNextStartElement()) |
#define | text (xmlReader.readElementText(QXmlStreamReader::ErrorOnUnexpectedElement)) |
#define | attribute(attributeName) |
#define | attributeFlag(attributeName) |
Macros to utilize XML parsing using QXmlStreamReader.
Definition in file xmlparsermacros.h.
#define attribute | ( | attributeName | ) |
Definition at line 19 of file xmlparsermacros.h.
#define attributeFlag | ( | attributeName | ) |
Definition at line 20 of file xmlparsermacros.h.
#define children while (xmlReader.readNextStartElement()) |
Definition at line 17 of file xmlparsermacros.h.
#define eliftag | ( | tagName | ) |
Definition at line 11 of file xmlparsermacros.h.
#define else_skip |
Definition at line 12 of file xmlparsermacros.h.
#define iftag | ( | tagName | ) |
Definition at line 10 of file xmlparsermacros.h.
#define text (xmlReader.readElementText(QXmlStreamReader::ErrorOnUnexpectedElement)) |
Definition at line 18 of file xmlparsermacros.h.