"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r4172.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_get_parser_factory

Name

librdf_get_parser_factory --  Get a parser factory by name

Synopsis

librdf_parser_factory* librdf_get_parser_factory (librdf_world * world, const char * name, const char * mime_type, librdf_uri * type_uri);

Arguments

world

redland world object

name

the name of the factory (NULL or empty string if don't care)

mime_type

the MIME type of the syntax (NULL or empty if don't care)

type_uri

URI of syntax (NULL if not used)

Description

If all fields are NULL, this means any parser supporting MIME Type "application/rdf+xml"

Return value

the factory or NULL if not found