"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r4120.html" of archive amaya-fullsrc-11.4.4.tgz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

librdf_parser_register_factory

Name

librdf_parser_register_factory --  Register a parser factory

Synopsis

void librdf_parser_register_factory (librdf_world * world, const char * name, const char * mime_type, const unsigned char * uri_string, void (*factory) (librdf_parser_factory*));

Arguments

world

redland world object

name

the name of the parser

mime_type

MIME type of the syntax (optional)

uri_string

URI of the syntax (optional)

factory

function to be called to register the factor parameters