QXmlParseException Class Reference |
QXmlParseException ( const QString & name = QString(), int c = -1, int l = -1, const QString & p = QString(), const QString & s = QString() ) | |
QXmlParseException ( const QXmlParseException & other ) | |
~QXmlParseException () | |
int | columnNumber () const |
int | lineNumber () const |
QString | message () const |
QString | publicId () const |
QString | systemId () const |
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(). The possible error messages are:
Note that, if you want to display these error messages to your application's users, they will be displayed in English unless they are explicitly translated.
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.
Creates a copy of other.
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.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com