Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

streamdom::DOMStream::IgnoredElementHandler Class Reference

#include <sd_DOMStream.h>

List of all members.

Public Methods

virtual void handleElementStart (const QString &qName, const QXmlAttributes &atts)
virtual void handleElementEnd (const QString &qName)
virtual ~IgnoredElementHandler ()


Detailed Description

Attach an object that implements this interface to a DOMStream using addIgnoredElementHandler.

Note that the interface methods do not provide you an Element -- all that you get is the name of the element that was ignored.

Author:
Lakshman
Version:
$Id:$


Member Function Documentation

void streamdom::DOMStream::IgnoredElementHandler::handleElementEnd ( const QString & qName ) [inline, virtual]
 

the name of the element that has ended.

void streamdom::DOMStream::IgnoredElementHandler::handleElementStart ( const QString & qName,
const QXmlAttributes & atts ) [inline, virtual]
 

The name of the element that has started and its attributes.


The documentation for this class was generated from the following file:
Generated at Fri Jan 4 15:19:10 2002 for streamdom by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001