The QXmlParseException class is used to report errors with the QXmlErrorHandler interface. More...
#include <qxml.h>
Public Member Functions | |
QXmlParseException (const QString &name="", int c=-1, int l=-1, const QString &p="", const QString &s="") | |
int | columnNumber () const |
int | lineNumber () const |
QString | publicId () const |
QString | systemId () const |
QString | message () const |
Private Attributes | |
QString | msg |
int | column |
int | line |
QString | pub |
QString | sys |
The QXmlParseException class is used to report errors with the QXmlErrorHandler interface.
XML
|
inline |
int QXmlParseException::columnNumber | ( | ) | const |
Returns the column number the error occured.
int QXmlParseException::lineNumber | ( | ) | const |
Returns the line number the error occured.
QString QXmlParseException::message | ( | ) | const |
Returns the error message.
QString QXmlParseException::publicId | ( | ) | const |
Returns the public identifier the error occured.
QString QXmlParseException::systemId | ( | ) | const |
Returns the system identifier the error occured.