Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QXmlParseException class is used to report errors with the QXmlErrorHandler interface. More...
#include <QXmlParseException>
Note: All the functions in this class are reentrant.
The QXmlParseException class is used to report errors with the QXmlErrorHandler interface.
The XML subsystem constructs an instance of this class when it detects an error. You can retrieve the place where the error occurred using systemId(), publicId(), lineNumber() and columnNumber(), along with the error message().
See also QXmlErrorHandler and QXmlReader.
Constructs a parse exception with the error string name for column c and line l for the public identifier p and the system identifier s.
Destroys the QXmlParseException.
Returns the column number where the error occurred.
Returns the line number where the error occurred.
Returns the error message.
Returns the public identifier where the error occurred.
Returns the system identifier where the error occurred.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |