![]() |
Qt 4.8
|
Public Functions | |
| QXmlParseExceptionPrivate () | |
| QXmlParseExceptionPrivate (const QXmlParseExceptionPrivate &other) | |
Public Variables | |
| int | column |
| int | line |
| QString | msg |
| QString | pub |
| QString | sys |
|
inline |
|
inline |
| int QXmlParseExceptionPrivate::column |
Definition at line 259 of file qxml.cpp.
Referenced by QXmlParseException::columnNumber().
| int QXmlParseExceptionPrivate::line |
Definition at line 260 of file qxml.cpp.
Referenced by QXmlParseException::lineNumber().
| QString QXmlParseExceptionPrivate::msg |
Definition at line 258 of file qxml.cpp.
Referenced by QXmlParseException::message().
| QString QXmlParseExceptionPrivate::pub |
Definition at line 261 of file qxml.cpp.
Referenced by QXmlParseException::publicId().
| QString QXmlParseExceptionPrivate::sys |
Definition at line 262 of file qxml.cpp.
Referenced by QXmlParseException::systemId().