FMI Library: part of JModelica.org
Data Structures | Typedefs
fmi2_xml_callbacks.h File Reference
#include <fmilib_config.h>

Go to the source code of this file.

Data Structures

struct  fmi2_xml_callbacks_t
 XML callbacks are used to process parts of XML that are not handled by the library. More...
 

Typedefs

typedef struct fmi2_xml_callbacks_t fmi2_xml_callbacks_t
 
XML handling callbacks
typedef int(* fmi2_xml_element_start_handle_ft) (void *context, const char *toolName, void *parent, const char *elm, const char **attr)
 Handle start of an XML element within tool annotation in a SAX parser. More...
 
typedef int(* fmi2_xml_element_data_handle_ft) (void *context, const char *s, int len)
 Handle data of an XML element within tool annotation in a SAX parser. More...
 
typedef int(* fmi2_xml_element_end_handle_ft) (void *context, const char *elm)
 Handle end of an XML element within tool annotation in a SAX parser. More...
 

Detailed Description

Definition of fmi2_xml_callbacks_t and supporting functions

Definition in file fmi2_xml_callbacks.h.