Repat RDF Parser Implementation Class

Table of Contents
librdf_parser_repat_init --  Initialise the Repat RDF parser
librdf_parser_repat_parse_file_as_stream --  Retrieve the RDF/XML content at file and parse it into a librdf_stream
librdf_parser_repat_parse_file_into_model --  Retrieve the RDF/XML content at file and store in a librdf_model
librdf_parser_repat_serialise_end_of_stream --  Check for the end of the stream of statements from the Repat parser
librdf_parser_repat_serialise_next_statement --  Get the next librdf_statement from the stream of statements from the Repat RDF parser
librdf_parser_repat_serialise_get_statement --  Get the next librdf_statement from the stream of statements from the Repat RDF parser
librdf_parser_repat_serialise_finished --  Finish the serialisation of the statement stream from the Repat RDF parse
librdf_parser_repat_register_factory --  Register the Repat RDF parser with the RDF parser factory
librdf_parser_repat_constructor --  Initialise the Repat RDF parser module