1QXmlDefaultHandler(3qt) QXmlDefaultHandler(3qt)
2
3
4
6 QXmlDefaultHandler - Default implementation of all the XML handler
7 classes
8
10 All the functions in this class are reentrant when Qt is built with
11 thread support.</p>
12
13 #include <qxml.h>
14
15 Inherits QXmlContentHandler, QXmlErrorHandler, QXmlDTDHandler,
16 QXmlEntityResolver, QXmlLexicalHandler, and QXmlDeclHandler.
17
18 Public Members
19 QXmlDefaultHandler ()
20 virtual ~QXmlDefaultHandler ()
21
23 The QXmlDefaultHandler class provides a default implementation of all
24 the XML handler classes.
25
26 Very often we are only interested in parts of the things that the
27 reader reports. This class implements a default behaviour for the
28 handler classes (i.e. most of the time do nothing). Usually this is the
29 class you subclass for implementing your own customized handler.
30
31 See also the Introduction to SAX2.
32
33 See also QXmlDTDHandler, QXmlDeclHandler, QXmlContentHandler,
34 QXmlEntityResolver, QXmlErrorHandler, QXmlLexicalHandler, and XML.
35
38 Constructor.
39
41 Destructor.
42
43
45 http://doc.trolltech.com/qxmldefaulthandler.html
46 http://www.trolltech.com/faq/tech.html
47
49 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
50 license file included in the distribution for a complete license
51 statement.
52
54 Generated automatically from the source code.
55
57 If you find a bug in Qt, please report it as described in
58 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
59 help you. Thank you.
60
61 The definitive Qt documentation is provided in HTML format; it is
62 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
63 web browser. This man page is provided as a convenience for those users
64 who prefer man pages, although this format is not officially supported
65 by Trolltech.
66
67 If you find errors in this manual page, please report them to qt-
68 bugs@trolltech.com. Please include the name of the manual page
69 (qxmldefaulthandler.3qt) and the Qt version (3.3.8).
70
71
72
73Trolltech AS 2 February 2007 QXmlDefaultHandler(3qt)