raptor_parser_parse_uri()
)raptor_parser_parse_uri_with_connection()
)FILE*
(raptor_parser_parse_file_stream()
)raptor_parser_parse_file()
)raptor_parser_parse_start()
and raptor_parser_parse_chunk()
)The typical sequence of operations to parse is to create a parser object, set various handlers and options, start the parsing, send some syntax content to the parser object, finish the parsing and destroy the parser object.
Several parts of this process are optional, including actually using the triple results, which is useful as a syntax checking process.
Navigation: Redland Home Page