AusweisApp2
|
#include <DidAuthenticateEac2Parser.h>
Öffentliche Methoden | |
DidAuthenticateEac2Parser () | |
virtual | ~DidAuthenticateEac2Parser () override |
![]() | |
PaosParser (const QString &pMessageName) | |
virtual | ~PaosParser () |
PaosMessage * | parse (const QByteArray &pXmlData) |
![]() | |
ElementParser (QSharedPointer< QXmlStreamReader > pXmlReader) | |
virtual | ~ElementParser () |
Geschützte Methoden | |
virtual PaosMessage * | parseMessage () override |
![]() | |
bool | readNextStartElement () |
Like QXmlStreamReader::readNextStartElement(), but also checks mParseError. Mehr ... | |
QString | readElementText () |
Returns the text (simplified()) between the current start element and the corresponding end element. Mehr ... | |
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. Mehr ... | |
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. Mehr ... | |
bool | assertNoDuplicateElement (bool pNotYetSeen) |
Issues a log warning and sets the error when a duplicate element has been encountered. Mehr ... | |
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. Mehr ... | |
Weitere Geerbte Elemente | |
![]() | |
QString | mMessageName |
QString | mMessageID |
QString | mRelatesTo |
![]() | |
QSharedPointer< QXmlStreamReader > | mXmlReader |
bool | mParseError |
DidAuthenticateEac2Parser::DidAuthenticateEac2Parser | ( | ) |
|
overridevirtual |
|
overrideprotectedvirtual |