1 #ifndef TORCXMLVALIDATOR_H 2 #define TORCXMLVALIDATOR_H 5 #include <QAbstractMessageHandler> 10 TorcXmlValidator(
const QString &XmlFile,
const QString &XSDFile,
bool Silent =
false);
11 TorcXmlValidator(
const QString &XmlFile,
const QByteArray &XSDData,
bool Silent =
false);
18 void handleMessage (QtMsgType Type,
const QString &Description,
19 const QUrl &Identifier,
const QSourceLocation &SourceLocation);
30 #endif // TORCXMLVALIDATOR_H void handleMessage(QtMsgType Type, const QString &Description, const QUrl &Identifier, const QSourceLocation &SourceLocation)
~TorcXmlValidator()=default
bool Validated(void) const
TorcXmlValidator(const QString &XmlFile, const QString &XSDFile, bool Silent=false)