Annotation of win32/gnome/libxslt-x.x.x/libexslt/exslt.h, revision 1.1
1.1 ! paf 1:
! 2: #ifndef __EXSLT_H__
! 3: #define __EXSLT_H__
! 4:
! 5: #include <libxml/tree.h>
! 6: #include "exsltconfig.h"
! 7:
! 8: #ifdef __cplusplus
! 9: extern "C" {
! 10: #endif
! 11:
! 12: LIBEXSLT_PUBLIC extern const char *exsltLibraryVersion;
! 13: LIBEXSLT_PUBLIC extern const int exsltLibexsltVersion;
! 14: LIBEXSLT_PUBLIC extern const int exsltLibxsltVersion;
! 15: LIBEXSLT_PUBLIC extern const int exsltLibxmlVersion;
! 16:
! 17: #define EXSLT_COMMON_NAMESPACE ((const xmlChar *) "http://exslt.org/common")
! 18: #define EXSLT_MATH_NAMESPACE ((const xmlChar *) "http://exslt.org/math")
! 19: #define EXSLT_SETS_NAMESPACE ((const xmlChar *) "http://exslt.org/sets")
! 20: #define EXSLT_FUNCTIONS_NAMESPACE ((const xmlChar *) "http://exslt.org/functions")
! 21: #define EXSLT_STRINGS_NAMESPACE ((const xmlChar *) "http://exslt.org/strings")
! 22: #define EXSLT_DATE_NAMESPACE ((const xmlChar *) "http://exslt.org/dates-and-times")
! 23: #define SAXON_NAMESPACE ((const xmlChar *) "http://icl.com/saxon")
! 24:
! 25: void exsltCommonRegister (void);
! 26: void exsltMathRegister (void);
! 27: void exsltSetsRegister (void);
! 28: void exsltFuncRegister (void);
! 29: void exsltStrRegister (void);
! 30: void exsltDateRegister (void);
! 31: void exsltSaxonRegister (void);
! 32:
! 33: void exsltRegisterAll (void);
! 34:
! 35: #ifdef __cplusplus
! 36: }
! 37: #endif
! 38:
! 39: #endif /* __EXSLT_H__ */
! 40:
E-mail: