00001 00023 #ifndef _LIBGNURDF_ALT_H_ 00024 #define _LIBGNURDF_ALT_H_ 00025 00026 #include <libgnurdf/types.h> 00027 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00041 RdfAlt *rdfCreateAlt(RdfElement *parent, const char *property, 00042 RdfNamespace *ns); 00043 00055 RdfElement *rdfAltAddValue(RdfAlt *alt, const char *property, 00056 RdfNamespace *ns, const char *value, 00057 RdfElement *element); 00058 00059 #ifdef __cplusplus 00060 } 00061 #endif 00062 00063 #endif /* _LIBGNURDF_ALT_H_ */ 00064