Scribus
Open source desktop publishing at your fingertips
SaxHandler Class Referenceabstract

#include <saxhandler.h>

Inheritance diagram for SaxHandler:

Public Member Functions

virtual void beginDoc ()=0
 
virtual void endDoc ()=0
 
virtual void begin (const Xml_string &tag, Xml_attr attr)=0
 
virtual void end (const Xml_string &tag)=0
 
void beginEnd (const Xml_string &tag, Xml_attr attr)
 
virtual void chars (const Xml_string &text)=0
 

Detailed Description

Interface class which describes the ability of reading a SAX stream. Methods for handling namespaces and encodings might be added later.


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