xmltype.h

Go to the documentation of this file.
00001 
00013 #if !defined(XMLTYPE_H_INCLUDED)
00014 
00015 #define XMLTYPE_H_INCLUDED
00016 
00017 #include <libxml/tree.h>
00018 #include <libxml/xmlregexp.h>
00019 #include <libxml/xpath.h>
00020 
00021 #ifndef TRUE
00022 
00023 #       define TRUE     ((BOOL) 1)
00024 #endif
00025 
00026 #ifndef FALSE
00027 
00028 #       define FALSE    ((BOOL) 0)
00029 #endif
00030 
00031 #endif  /* !defined(XMLTYPE_H_INCLUDED) */
00032 

Generated on Fri Feb 3 02:47:29 2006 for LibXmlKit by  doxygen 1.4.5