Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACEXML_XMLFilter Class Reference

ACEXML_XMLFilter. More...

#include "ACEXML/common/XMLFilter.h"

Inheritance diagram for ACEXML_XMLFilter:

Inheritance graph
[legend]
Collaboration diagram for ACEXML_XMLFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ACEXML_XMLReadergetParent (void) const=0
 Get the parent reader. More...

virtual void setParent (ACEXML_XMLReader *parent)=0
 Set the parent reader. More...


Detailed Description

ACEXML_XMLFilter.

An XML filter is like an XML reader, except that it obtains its events from another XML reader rather than a primary source like an XML document or database. Filters can modify a stream of events as they pass on to the final application.

The XMLFilterImpl helper class provides a convenient base for creating SAX2 filters, by passing on all ACEXML_EntityResolver, ACEXML_DTDHandler, ACEXML_ContentHandler and ACEXML_ErrorHandler events automatically.


Member Function Documentation

virtual ACEXML_XMLReader* ACEXML_XMLFilter::getParent void    const [pure virtual]
 

Get the parent reader.

Reimplemented in ACEXML_XMLFilterImpl.

virtual void ACEXML_XMLFilter::setParent ACEXML_XMLReader   parent [pure virtual]
 

Set the parent reader.

Reimplemented in ACEXML_XMLFilterImpl.


The documentation for this class was generated from the following file:
Generated on Thu Oct 10 17:28:11 2002 for ACEXML by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001