From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qxmlparseexception.html | 102 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 doc/html/qxmlparseexception.html (limited to 'doc/html/qxmlparseexception.html') diff --git a/doc/html/qxmlparseexception.html b/doc/html/qxmlparseexception.html new file mode 100644 index 000000000..855628840 --- /dev/null +++ b/doc/html/qxmlparseexception.html @@ -0,0 +1,102 @@ + + + + + +TQXmlParseException Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQXmlParseException Class Reference
[XML module]

+ +

The TQXmlParseException class is used to report errors with +the TQXmlErrorHandler interface. +More... +

All the functions in this class are reentrant when TQt is built with thread support.

+

#include <qxml.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + + +The TQXmlParseException class is used to report errors with +the TQXmlErrorHandler 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 TQXmlErrorHandler, TQXmlReader, and XML. + +


Member Function Documentation

+

TQXmlParseException::TQXmlParseException ( const TQString & name = "", int c = -1, int l = -1, const TQString & p = "", const TQString & s = "" ) +

+ +

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. + +

int TQXmlParseException::columnNumber () const +

+Returns the column number where the error occurred. + +

int TQXmlParseException::lineNumber () const +

+Returns the line number where the error occurred. + +

TQString TQXmlParseException::message () const +

+Returns the error message. + +

TQString TQXmlParseException::publicId () const +

+Returns the public identifier where the error occurred. + +

TQString TQXmlParseException::systemId () const +

+Returns the system identifier where the error occurred. + + +

+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.3