From cee0667970121ce1e4a171ee8458758ad0cc07d7 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 11 Dec 2002 18:20:13 +0000 Subject: added the generation of libexslt-api.xml small cleanup. Daniel * doc/Makefile.am doc/apibuild.py doc/libexslt-api.xml: added the generation of libexslt-api.xml * libexslt/exslt.h: small cleanup. Daniel --- libexslt/exslt.h | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'libexslt/exslt.h') diff --git a/libexslt/exslt.h b/libexslt/exslt.h index c53d8ff1..f8612358 100644 --- a/libexslt/exslt.h +++ b/libexslt/exslt.h @@ -14,15 +14,56 @@ LIBEXSLT_PUBLIC extern const int exsltLibexsltVersion; LIBEXSLT_PUBLIC extern const int exsltLibxsltVersion; LIBEXSLT_PUBLIC extern const int exsltLibxmlVersion; +/** + * EXSLT_COMMON_NAMESPACE: + * + * Namespace for EXSLT common functions + */ #define EXSLT_COMMON_NAMESPACE ((const xmlChar *) "http://exslt.org/common") +/** + * EXSLT_MATH_NAMESPACE: + * + * Namespace for EXSLT math functions + */ #define EXSLT_MATH_NAMESPACE ((const xmlChar *) "http://exslt.org/math") +/** + * EXSLT_SETS_NAMESPACE: + * + * Namespace for EXSLT set functions + */ #define EXSLT_SETS_NAMESPACE ((const xmlChar *) "http://exslt.org/sets") +/** + * EXSLT_FUNCTIONS_NAMESPACE: + * + * Namespace for EXSLT functions extension functions + */ #define EXSLT_FUNCTIONS_NAMESPACE ((const xmlChar *) "http://exslt.org/functions") +/** + * EXSLT_STRINGS_NAMESPACE: + * + * Namespace for EXSLT strings functions + */ #define EXSLT_STRINGS_NAMESPACE ((const xmlChar *) "http://exslt.org/strings") +/** + * EXSLT_DATE_NAMESPACE: + * + * Namespace for EXSLT date functions + */ #define EXSLT_DATE_NAMESPACE ((const xmlChar *) "http://exslt.org/dates-and-times") -#define SAXON_NAMESPACE ((const xmlChar *) "http://icl.com/saxon") +/** + * EXSLT_DYNAMIC_NAMESPACE: + * + * Namespace for EXSLT dynamic functions + */ #define EXSLT_DYNAMIC_NAMESPACE ((const xmlChar *) "http://exslt.org/dynamic") +/** + * SAXON_NAMESPACE: + * + * Namespace for SAXON extensions functions + */ +#define SAXON_NAMESPACE ((const xmlChar *) "http://icl.com/saxon") + void LIBEXSLT_PUBLIC exsltCommonRegister (void); void LIBEXSLT_PUBLIC exsltMathRegister (void); void LIBEXSLT_PUBLIC exsltSetsRegister (void); -- cgit v1.2.3