Redland RDF Application Framework API Reference Manual
<<< Previous
RDF Parsers
Next >>>
Raptor RDF Parser Implementation Class
Table of Contents
librdf_parser_raptor_init
-- Initialise the raptor RDF parser
librdf_parser_raptor_parse_file_as_stream
-- Retrieve the RDF/XML content at URI and parse it into a librdf_stream
librdf_parser_raptor_parse_as_stream_common
-- Retrieve the content at URI/string and parse it into a librdf_stream
librdf_parser_raptor_parse_uri_as_stream
-- Retrieve the content at URI and parse it into a librdf_stream
librdf_parser_raptor_parse_string_as_stream
-- Parse the content in a string and return a librdf_stream
librdf_parser_raptor_parse_into_model_common
-- Retrieve the RDF/XML content at URI and store it into a librdf_model
librdf_parser_raptor_parse_uri_into_model
-- Retrieve the RDF/XML content at URI and store it into a librdf_model
librdf_parser_raptor_parse_string_into_model
-- Parse the RDF/XML content in a string and store it into a librdf_model
librdf_parser_raptor_serialise_end_of_stream
-- Check for the end of the stream of statements from the raptor RDF parser
librdf_parser_raptor_serialise_next_statement
-- Move to the next librdf_statement in the stream of statements from the raptor RDF parse
librdf_parser_raptor_serialise_get_statement
-- Get the current librdf_statement from the stream of statements from the raptor RDF parse
librdf_parser_raptor_serialise_finished
-- Finish the serialisation of the statement stream from the raptor RDF parse
librdf_parser_raptor_register_factory
-- Register the raptor RDF parser with the RDF parser factory
librdf_parser_raptor_constructor
-- Initialise the raptor RDF parser module
librdf_parser_raptor_destructor
-- Terminate the raptor RDF parser module
<<< Previous
Home
Next >>>
RDF Parsers
Up
librdf_parser_raptor_init