#include <PaosParser.h>
|
| virtual PaosMessage * | parseMessage ()=0 |
| |
| bool | readNextStartElement () |
| | Like QXmlStreamReader::readNextStartElement(), but also checks mParseError.
|
| |
| QString | readElementText () |
| | Returns the text (simplified()) between the current start element and the corresponding end element.
|
| |
| void | assertMandatoryElement (const QString &pValue, const char *const pElementName) |
| | Issues a log warning and sets the error when the element has not been set, i.e.
|
| |
| template<typename T > |
| bool | assertMandatoryList (const QVector< T > &pList, const char *const pElementName) |
| | Issues a log warning and sets the error when the list is empty.
|
| |
| bool | assertNoDuplicateElement (bool pNotYetSeen) |
| | Issues a log warning and sets the error when a duplicate element has been encountered.
|
| |
| bool | readUniqueElementText (QString &pText) |
| | Returns the text (simplified()) between the current start element and the corresponding end element, if the element has not been encountered yet.
|
| |
◆ PaosParser()
| PaosParser::PaosParser |
( |
const QString & |
pMessageName | ) |
|
|
explicit |
◆ ~PaosParser()
| PaosParser::~PaosParser |
( |
| ) |
|
|
override |
◆ parse()
| PaosMessage * PaosParser::parse |
( |
const QByteArray & |
pXmlData | ) |
|
◆ parseMessage()
| virtual PaosMessage * governikus::PaosParser::parseMessage |
( |
| ) |
|
|
protectedpure virtual |
◆ mMessageID
| QString governikus::PaosParser::mMessageID |
|
protected |
◆ mMessageName
| QString governikus::PaosParser::mMessageName |
|
protected |
◆ mRelatesTo
| QString governikus::PaosParser::mRelatesTo |
|
protected |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: