Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
QXmlDefaultHandler Class Reference
[XML module]
The QXmlDefaultHandler class provides a default implementation of all XML handler classes. More...
#include <qxml.h>
Inherits QXmlContentHandler, QXmlErrorHandler, QXmlDTDHandler, QXmlEntityResolver, QXmlLexicalHandler and QXmlDeclHandler.
Public Members
- virtual ~QXmlDefaultHandler ()
Detailed Description
The QXmlDefaultHandler class provides a default implementation of all XML handler classes.
Very often you are only interested in parts of the things that that the reader reports to you. 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 customized handler.
See also the Introduction to SAX2.
See also QXmlDTDHandler, QXmlDeclHandler, QXmlContentHandler, QXmlEntityResolver, QXmlErrorHandler, QXmlLexicalHandler and XML.
Member Function Documentation
QXmlDefaultHandler::QXmlDefaultHandler ()
Constructor.
QXmlDefaultHandler::~QXmlDefaultHandler () [virtual]
Destructor.
This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.
Copyright © 2002 Trolltech | Trademarks | Qt version 3.0.5
|