Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The QXmlParseException class is used to report errors with the QXmlErrorHandler interface. More...
All the functions in this class are reentrant when Qt is built with thread support.
#include <qxml.h>
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, QXmlReader, and XML.
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.
This file is part of the Qt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | Qt 3.3.8
|