Nicholas J Humfrey wrote: > Hello, > > Is there a way of iterating through the items in a librdf_hash (in > C)? I would like to pretty-print the my storage options in HTML. > > Thanks,
Not at present; those methods are internal to librdf. Hash is public mostly just to construct storage options. The internal methods are in rdf_hash_internal.h in the source; but not in the public headers: See GIT http://git.librdf.org/view?p=librdf.git;a=blob;f=src/rdf_hash_internal.h;h=839f5f79b711259d76608587c5345704bcd5eb75;hb=HEAD Dave _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
