Inherits QXmlContentHandler, QXmlErrorHandler, QXmlDTDHandler, QXmlEntityResolver, QXmlLexicalHandler, and QXmlDeclHandler.
.PP
.SS "Public Members"
.in +1c
.ti -1c
.BI "\fBQXmlDefaultHandler\fR ()"
.br
.ti -1c
.BI "virtual \fB~QXmlDefaultHandler\fR ()"
.br
.in -1c
.SH DESCRIPTION
The QXmlDefaultHandler class provides a default implementation of all the XML handler classes.
.PP
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.
.PP
See also the Introduction to SAX2.
.PP
See also QXmlDTDHandler, QXmlDeclHandler, QXmlContentHandler, QXmlEntityResolver, QXmlErrorHandler, QXmlLexicalHandler, and XML.