DuiParserElementPlugin_s Struct Reference

#include <readfile.h>


Detailed Description

Allow user-defined XML parsers for custom markup. When an XML element of 'eltname' is encountered, the 'start_handler' callback will be called, and when the end element is found, the 'end_handler' will be called.

Definition at line 50 of file readfile.h.


Data Fields

const char * eltname
void(* start_handler )(gpointer self, const char **attrs)
void(* end_handler )(gpointer self)
gpointer user_data

Field Documentation

Name of XML element that this plugin handles

Definition at line 53 of file readfile.h.

void(* DuiParserElementPlugin_s::start_handler)(gpointer self, const char **attrs)

Handler for the element, called with a pointer to this.

void(* DuiParserElementPlugin_s::end_handler)(gpointer self)

End handler (in case things were nested

pointer with which the above are called.

Definition at line 62 of file readfile.h.


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

Generated on Tue Apr 29 21:27:54 2008 for estron by  doxygen 1.5.5