Scribus
Open source desktop publishing at your fingertips
SaxHandlerNull Class Reference

#include <saxfilter.h>

Inheritance diagram for SaxHandlerNull:
Collaboration diagram for SaxHandlerNull:

Public Member Functions

virtual void beginDoc ()
 
virtual void endDoc ()
 
virtual void begin (const Xml_string &tag, Xml_attr attr)
 
virtual void end (const Xml_string &tag)
 
virtual void chars (const Xml_string &text)
 
- Public Member Functions inherited from SaxHandler
void beginEnd (const Xml_string &tag, Xml_attr attr)
 

Detailed Description

Can be used to suppress output to a filter, eg. SaxHandlerNull nullhandler(); myfilter.setDelegate( & nullhandler ); ... (continue parsing)


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