static void i_CfgXMLStartTagHandler

( void* UserData,
  const char* Name,
  const char** Atts )

internal function

Documentation

internal function

this is the XML start-tag handler. called by the parser of the expat library. the parameters are given by the expat library. because we can not change them, but have to manipulte a 't_config' object, we have a global variable called 'p_Config'. to eliminate all global variables we have to integrate expat to Cfg and manipulate all expat-functions accordingly.

defined in 'cfgparser.c'

Alphabetic index



This page was generated with the help of DOC++.