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

streamdom::DOMStream::ElementHandler Class Reference

#include <sd_DOMStream.h>

List of all members.

Public Methods

virtual ~ElementHandler ()
virtual void handleElement (const QDomElement &e)=0


Detailed Description

Attach an object that implements this interface to a DOMStream using DOMStream::addElementHandler
Author:
Lakshman
Version:
Id:
code_DOMStream.h,v 1.1 2001/12/28 16:16:56 lakshman Exp


Member Function Documentation

void streamdom::DOMStream::ElementHandler::handleElement ( const QDomElement & e ) [pure virtual]
 

This element is complete, i.e. all its children, text nodes, attributes, etc. are present and can be extracted using the standard DOM methods.


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