http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

Source Repository
User Mail Archive
Devel Mail Archive

API Docs for SAX and DOM
 

SAX2XMLFilter Class Reference

Inheritance diagram for SAX2XMLFilter:

Inheritance graph
[legend]
List of all members.

Public Member Functions

Constructors and Destructor
 SAX2XMLFilter ()
 The default constructor.
virtual ~SAX2XMLFilter ()
 The destructor.
Implementation of SAX 2.0 XMLFilter interface's.
virtual SAX2XMLReadergetParent () const =0
 This method returns the parent XMLReader object.
virtual void setParent (SAX2XMLReader *parent)=0
 Sets the parent XMLReader object; parse requests will be forwarded to this object, and callback notifications coming from it will be postprocessed.

Constructor & Destructor Documentation

SAX2XMLFilter::SAX2XMLFilter  ) 
 

The default constructor.

virtual SAX2XMLFilter::~SAX2XMLFilter  )  [virtual]
 

The destructor.


Member Function Documentation

virtual SAX2XMLReader* SAX2XMLFilter::getParent  )  const [pure virtual]
 

This method returns the parent XMLReader object.

Returns:
A pointer to the parent XMLReader object.

virtual void SAX2XMLFilter::setParent SAX2XMLReader parent  )  [pure virtual]
 

Sets the parent XMLReader object; parse requests will be forwarded to this object, and callback notifications coming from it will be postprocessed.

Parameters:
parent The new XMLReader parent.
See also:
SAX2XMLReader::SAX2XMLReader


The documentation for this class was generated from the following file:


Copyright © 1994-2004 The Apache Software Foundation. All Rights Reserved.