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