[190] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
---|
| 2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/xml/qxml.cpp:1887 -->
|
---|
| 3 | <html>
|
---|
| 4 | <head>
|
---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
---|
| 6 | <title>QXmlDefaultHandler Class</title>
|
---|
| 7 | <style type="text/css"><!--
|
---|
| 8 | fn { margin-left: 1cm; text-indent: -1cm; }
|
---|
| 9 | a:link { color: #004faf; text-decoration: none }
|
---|
| 10 | a:visited { color: #672967; text-decoration: none }
|
---|
| 11 | body { background: #ffffff; color: black; }
|
---|
| 12 | --></style>
|
---|
| 13 | </head>
|
---|
| 14 | <body>
|
---|
| 15 |
|
---|
| 16 | <table border="0" cellpadding="0" cellspacing="0" width="100%">
|
---|
| 17 | <tr bgcolor="#E5E5E5">
|
---|
| 18 | <td valign=center>
|
---|
| 19 | <a href="index.html">
|
---|
| 20 | <font color="#004faf">Home</font></a>
|
---|
| 21 | | <a href="classes.html">
|
---|
| 22 | <font color="#004faf">All Classes</font></a>
|
---|
| 23 | | <a href="mainclasses.html">
|
---|
| 24 | <font color="#004faf">Main Classes</font></a>
|
---|
| 25 | | <a href="annotated.html">
|
---|
| 26 | <font color="#004faf">Annotated</font></a>
|
---|
| 27 | | <a href="groups.html">
|
---|
| 28 | <font color="#004faf">Grouped Classes</font></a>
|
---|
| 29 | | <a href="functions.html">
|
---|
| 30 | <font color="#004faf">Functions</font></a>
|
---|
| 31 | </td>
|
---|
| 32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QXmlDefaultHandler Class Reference<br><small>[<a href="xml.html">XML module</a>]</small></h1>
|
---|
| 33 |
|
---|
| 34 | <p>The QXmlDefaultHandler class provides a default implementation of all
|
---|
| 35 | the XML handler classes.
|
---|
| 36 | <a href="#details">More...</a>
|
---|
| 37 | <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when Qt is built with thread support.</p>
|
---|
| 38 | <p><tt>#include <<a href="qxml-h.html">qxml.h</a>></tt>
|
---|
| 39 | <p>Inherits <a href="qxmlcontenthandler.html">QXmlContentHandler</a>, <a href="qxmlerrorhandler.html">QXmlErrorHandler</a>, <a href="qxmldtdhandler.html">QXmlDTDHandler</a>, <a href="qxmlentityresolver.html">QXmlEntityResolver</a>, <a href="qxmllexicalhandler.html">QXmlLexicalHandler</a>, and <a href="qxmldeclhandler.html">QXmlDeclHandler</a>.
|
---|
| 40 | <p><a href="qxmldefaulthandler-members.html">List of all member functions.</a>
|
---|
| 41 | <h2>Public Members</h2>
|
---|
| 42 | <ul>
|
---|
| 43 | <li class=fn><a href="#QXmlDefaultHandler"><b>QXmlDefaultHandler</b></a> ()</li>
|
---|
| 44 | <li class=fn>virtual <a href="#~QXmlDefaultHandler"><b>~QXmlDefaultHandler</b></a> ()</li>
|
---|
| 45 | </ul>
|
---|
| 46 | <hr><a name="details"></a><h2>Detailed Description</h2>
|
---|
| 47 |
|
---|
| 48 |
|
---|
| 49 |
|
---|
| 50 | The QXmlDefaultHandler class provides a default implementation of all
|
---|
| 51 | the XML handler classes.
|
---|
| 52 |
|
---|
| 53 | <p>
|
---|
| 54 |
|
---|
| 55 | <p> Very often we are only interested in parts of the things that the
|
---|
| 56 | reader reports. This class implements a default behaviour for the
|
---|
| 57 | handler classes (i.e. most of the time do nothing). Usually this
|
---|
| 58 | is the class you subclass for implementing your own customized
|
---|
| 59 | handler.
|
---|
| 60 | <p> See also the <a href="xml.html#sax2Intro">Introduction to SAX2</a>.
|
---|
| 61 | <p> <p>See also <a href="qxmldtdhandler.html">QXmlDTDHandler</a>, <a href="qxmldeclhandler.html">QXmlDeclHandler</a>, <a href="qxmlcontenthandler.html">QXmlContentHandler</a>, <a href="qxmlentityresolver.html">QXmlEntityResolver</a>, <a href="qxmlerrorhandler.html">QXmlErrorHandler</a>, <a href="qxmllexicalhandler.html">QXmlLexicalHandler</a>, and <a href="xml-tools.html">XML</a>.
|
---|
| 62 |
|
---|
| 63 | <hr><h2>Member Function Documentation</h2>
|
---|
| 64 | <h3 class=fn><a name="QXmlDefaultHandler"></a>QXmlDefaultHandler::QXmlDefaultHandler ()
|
---|
| 65 | </h3>
|
---|
| 66 |
|
---|
| 67 | <p> Constructor.
|
---|
| 68 |
|
---|
| 69 | <h3 class=fn><a name="~QXmlDefaultHandler"></a>QXmlDefaultHandler::~QXmlDefaultHandler ()<tt> [virtual]</tt>
|
---|
| 70 | </h3>
|
---|
| 71 |
|
---|
| 72 | <p> Destructor.
|
---|
| 73 |
|
---|
| 74 | <!-- eof -->
|
---|
| 75 | <hr><p>
|
---|
| 76 | This file is part of the <a href="index.html">Qt toolkit</a>.
|
---|
| 77 | Copyright © 1995-2007
|
---|
| 78 | <a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
|
---|
| 79 | <table width=100% cellspacing=0 border=0><tr>
|
---|
| 80 | <td>Copyright © 2007
|
---|
| 81 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
|
---|
| 82 | <td align=right><div align=right>Qt 3.3.8</div>
|
---|
| 83 | </table></div></address></body>
|
---|
| 84 | </html>
|
---|