RDF Parsers

These modules parse RDF/XML syntax and construct models, maybe via streams of statements. At present Redland does not have a built in RDF/XML parser and can be used without one.

RDF Parser Class

Table of Contents
librdf_parser_register_factory --  Register a parser factory
librdf_get_parser_factory --  Get a parser factory by name
librdf_new_parser --  Constructor - create a new librdf_parser object
librdf_new_parser_from_factory --  Constructor - create a new librdf_parser object
librdf_free_parser --  Destructor - destroys a librdf_parser object
librdf_parser_parse_as_stream --  Parse a URI to a librdf_stream of statements
librdf_parser_parse_into_model --  Parse a URI of content into an librdf_model
librdf_parser_parse_string_as_stream --  Parse a string of content to a librdf_stream of statements
librdf_parser_parse_string_into_model --  Parse a string of content into an librdf_model
librdf_init_parser --  Initialise the librdf_parser class
librdf_finish_parser --  Terminate the librdf_parser class
librdf_parser_set_error --  Set the parser error handling function
librdf_parser_set_warning --  Set the parser warning handling function
librdf_parser_get_feature --  get the value of a parser feature
librdf_parser_set_feature --  set the value of a parser feature