Main Page   File List   Globals  

namespace.h

Go to the documentation of this file.
00001 
00023 #ifndef _LIBGNURDF_NAMESPACE_H_
00024 #define _LIBGNURDF_NAMESPACE_H_
00025 
00026 #include <libgnurdf/types.h>
00027 
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031 
00056 RdfNamespace *rdfNewNamespace(RdfSchema *schema, const char *uri,
00057                               const char *prefix);
00058 
00067 RdfNamespace *rdfGetNamespace(RdfSchema *schema, const char *uri);
00068 
00076 RdfNamespace *rdfGetRdfNamespace(RdfSchema *schema);
00077 
00085 const char *rdfGetNamespaceURI(RdfNamespace *ns);
00086 
00094 const char *rdfGetNamespacePrefix(RdfNamespace *ns);
00095 
00096 #ifdef __cplusplus
00097 }
00098 #endif
00099 
00100 #endif /* _LIBGNURDF_NAMESPACE_H_ */
00101 

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