xhandler.h

Go to the documentation of this file.
00001 
00032 #ifndef XHANDLER_H_ALEIX0211250023
00033 #define XHANDLER_H_ALEIX0211250023
00034 
00035 #include <expat.h>
00036 
00037 /* Expat callback for starting elements. */
00038 void
00039 start_handler(void* data, XML_Char const* elem, XML_Char const** attr);
00040 
00041 /* Expat callback for ending elements. */
00042 void
00043 end_handler(void* data, XML_Char const* elem);
00044 
00045 /* Expat callback for element contents. */
00046 void
00047 char_handler(void* data, XML_Char const* s, int len);
00048 
00049 /* Skip beggining whitespaces. */
00050 int
00051 skip_white_space(XML_Char const* s, int len);
00052 
00053 /* Tells whether a string is empty or not. */
00054 int
00055 is_empty_char(XML_Char const* s, int len);
00056 
00057 #endif /* XHANDLER_H_ALEIX0211250023 */

Generated on Mon Jun 5 10:20:43 2006 for Intelligence.kdevelop by  doxygen 1.4.6