<tdalign="right"valign="center"><imgsrc="logo32.png"align="right"width="64"height="32"border="0"></td></tr></table><h1align=center>TQXmlDefaultHandler Class Reference<br><small>[<ahref="xml.html">XML module</a>]</small></h1>
<p>The TQXmlDefaultHandler class provides a default implementation of all
the XML handler classes.
<ahref="#details">More...</a>
<p>All the functions in this class are <ahref="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
The TQXmlDefaultHandler class provides a default implementation of all
the XML handler classes.
<p>
<p> Very often we are only interested in parts of the things that the
reader reports. This class implements a default behaviour for the
handler classes (i.e. most of the time do nothing). Usually this
is the class you subclass for implementing your own customized
handler.
<p> See also the <ahref="xml.html#sax2Intro">Introduction to SAX2</a>.
<p><p>See also <ahref="qxmldtdhandler.html">TQXmlDTDHandler</a>, <ahref="qxmldeclhandler.html">TQXmlDeclHandler</a>, <ahref="qxmlcontenthandler.html">TQXmlContentHandler</a>, <ahref="qxmlentityresolver.html">TQXmlEntityResolver</a>, <ahref="qxmlerrorhandler.html">TQXmlErrorHandler</a>, <ahref="qxmllexicalhandler.html">TQXmlLexicalHandler</a>, and <ahref="xml-tools.html">XML</a>.