Public Member Functions | Protected Member Functions

UT_XML::ExpertListener Class Reference

#include <ut_xml.h>

List of all members.

Public Member Functions

virtual ~ExpertListener ()
virtual void StartElement (const gchar *name, const gchar **atts)=0
virtual void EndElement (const gchar *name)=0
virtual void CharData (const gchar *buffer, int length)=0
virtual void ProcessingInstruction (const gchar *target, const gchar *data)=0
virtual void Comment (const gchar *data)=0
virtual void StartCdataSection ()=0
virtual void EndCdataSection ()=0
virtual void Default (const gchar *buffer, int length)=0

Protected Member Functions

 ExpertListener ()

Constructor & Destructor Documentation

virtual UT_XML::ExpertListener::~ExpertListener (  )  [inline, virtual]
UT_XML::ExpertListener::ExpertListener (  )  [inline, protected]

Member Function Documentation

virtual void UT_XML::ExpertListener::CharData ( const gchar *  buffer,
int  length 
) [pure virtual]

Referenced by UT_XML::flush_all().

virtual void UT_XML::ExpertListener::Comment ( const gchar *  data  )  [pure virtual]
virtual void UT_XML::ExpertListener::Default ( const gchar *  buffer,
int  length 
) [pure virtual]

Referenced by UT_XML::flush_all().

virtual void UT_XML::ExpertListener::EndCdataSection (  )  [pure virtual]

Referenced by UT_XML::cdataSection().

virtual void UT_XML::ExpertListener::EndElement ( const gchar *  name  )  [pure virtual]
virtual void UT_XML::ExpertListener::ProcessingInstruction ( const gchar *  target,
const gchar *  data 
) [pure virtual]
virtual void UT_XML::ExpertListener::StartCdataSection (  )  [pure virtual]

Referenced by UT_XML::cdataSection().

virtual void UT_XML::ExpertListener::StartElement ( const gchar *  name,
const gchar **  atts 
) [pure virtual]

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