Main Page   File List   Globals  

seq.h

Go to the documentation of this file.
00001 
00023 #ifndef _LIBGNURDF_SEQ_H_
00024 #define _LIBGNURDF_SEQ_H_
00025 
00026 #include <libgnurdf/types.h>
00027 
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031 
00041 RdfSeq *rdfCreateSeq(RdfElement *parent, const char *property,
00042                      RdfNamespace *ns);
00043 
00055 RdfElement *rdfSeqAddValue(RdfSeq *seq, const char *property,
00056                            RdfNamespace *ns, const char *value,
00057                            RdfElement *element);
00058 
00059 #ifdef __cplusplus
00060 }
00061 #endif
00062 
00063 #endif /* _LIBGNURDF_SEQ_H_ */
00064 

Generated on Thu Sep 20 16:12:08 2001 for libgnurdf by doxygen1.2.9-20010819 written by Dimitri van Heesch, © 1997-2001