![]() |
![]() |
![]() |
Raptor RDF Syntax Library Manual | ![]() |
---|
Functions
int raptor_avltree_add
(raptor_avltree* tree, void* p_data)
int raptor_avltree_delete
(raptor_avltree* tree, void* p_data)
void* raptor_avltree_iterator_get
(raptor_avltree_iterator* iterator)
int raptor_avltree_iterator_is_end
(raptor_avltree_iterator* iterator)
int raptor_avltree_iterator_next
(raptor_avltree_iterator* iterator)
int raptor_avltree_print
(raptor_avltree* tree, FILE* stream)
void* raptor_avltree_remove
(raptor_avltree* tree, void* p_data)
void* raptor_avltree_search
(raptor_avltree* tree, const void* p_data)
void raptor_avltree_set_print_handler
(raptor_avltree* tree, raptor_data_print_handler print_handler)
int raptor_avltree_size
(raptor_avltree* tree)
int raptor_avltree_visit
(raptor_avltree* tree, raptor_avltree_visit_handler visit_handler, void* user_data)
const char* raptor_domain_get_label
(raptor_domain domain)
void raptor_free_avltree
(raptor_avltree* tree)
void raptor_free_avltree_iterator
(raptor_avltree_iterator* iterator)
void raptor_free_option_description
(raptor_option_description* option_description)
void raptor_free_statement
(raptor_statement *statement)
void raptor_free_term
(raptor_term *term)
const char* raptor_log_level_get_label
(raptor_log_level level)
raptor_avltree* raptor_new_avltree
(raptor_data_compare_handler compare_handler, raptor_data_free_handler free_handler, unsigned int flags)
raptor_avltree_iterator* raptor_new_avltree_iterator
(raptor_avltree* tree, void* range, raptor_data_free_handler range_free_handler, int direction)
raptor_sequence* raptor_new_sequence_with_context
(raptor_data_context_free_handler* free_handler, raptor_data_context_print_handler* print_handler, void* handler_context)
raptor_term* raptor_new_term_from_blank
(raptor_world* world, const unsigned char* blank)
raptor_term* raptor_new_term_from_counted_blank
(raptor_world* world, const unsigned char* blank, size_t length)
raptor_term* raptor_new_term_from_literal
(raptor_world* world, const unsigned char* literal, raptor_uri* datatype, const unsigned char* language)
raptor_term* raptor_new_term_from_counted_literal
(raptor_world* world, const unsigned char* literal, size_t literal_len, raptor_uri* datatype, const unsigned char* language, unsigned char language_len)
raptor_term* raptor_new_term_from_uri
(raptor_world* world, raptor_uri* uri)
raptor_uri* raptor_new_uri_from_counted_string
(raptor_world* world, const unsigned char* uri_string, size_t length)
const char* raptor_option_get_value_type_label
(const raptor_option_value_type type)
raptor_uri* raptor_parser_get_graph
(raptor_parser* rdf_parser)
int raptor_parser_parse_iostream
(raptor_parser* rdf_parser, raptor_iostream *iostr, raptor_uri *base_uri)
unsigned char* raptor_world_generate_bnodeid
(raptor_world *world)
int raptor_serializer_flush
(raptor_serializer *rdf_serializer)
raptor_syntax_description* raptor_serializer_get_description
(raptor_serializer* rdf_serializer)
raptor_statement* raptor_new_statement
(raptor_world *world)
raptor_statement* raptor_new_statement_from_nodes
(raptor_world* world, raptor_term *subject, raptor_term *predicate, raptor_term *object, raptor_term *graph)
void raptor_statement_init
(raptor_statement *statement, raptor_world *world)
void raptor_statement_clear
(raptor_statement *statement)
raptor_statement* raptor_statement_copy
(raptor_statement *statement)
int raptor_statement_equals
(const raptor_statement* s1, const raptor_statement* s2)
unsigned char* raptor_term_to_counted_string
(raptor_term *term, size_t* len_p)
unsigned char* raptor_term_to_string
(raptor_term *term)
int raptor_term_compare
(const raptor_term *t1, const raptor_term *t2)
raptor_term* raptor_term_copy
(raptor_term* term)
int raptor_term_equals
(raptor_term* term1, raptor_term* term2)
int raptor_term_ntriples_write
(const raptor_term *term, raptor_iostream* iostr)
raptor_world* raptor_uri_get_world
(raptor_uri *uri)
raptor_option_description* raptor_world_get_option_description
(raptor_world* world, const raptor_domain domain, const raptor_option option)
int raptor_world_is_parser_name
(raptor_world* world, const char* name)
int raptor_world_set_log_handler
(raptor_world *world, void *user_data, raptor_log_handler handler)
int raptor_syntax_description_validate
(raptor_syntax_description* desc)
Types
Enums