#include <ut_xml.h>
List of all members.
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] |
virtual void UT_XML::ExpertListener::Comment |
( |
const gchar * |
data |
) |
[pure virtual] |
virtual void UT_XML::ExpertListener::Default |
( |
const gchar * |
buffer, |
|
|
int |
length | |
|
) |
| | [pure virtual] |
virtual void UT_XML::ExpertListener::EndCdataSection |
( |
|
) |
[pure virtual] |
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] |
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: