librdf_new_parser_from_factory
Name
librdf_new_parser_from_factory --       Constructor - create a new librdf_parser object
 
Synopsis
librdf_parser* librdf_new_parser_from_factory (librdf_world * world, librdf_parser_factory * factory);
Arguments
- world
-       redland world object
     
- factory
-       the parser factory to use to create this parser
     
Return value
    new librdf_parser object or NULL