Functions
raptor_uri* raptor_new_uri_relative_to_base_counted
(raptor_world* world, raptor_uri *base_uri, const unsigned char *uri_string, size_t uri_len)
unsigned char* raptor_term_to_turtle_counted_string
(raptor_term* term, raptor_namespace_stack *nstack, raptor_uri *base_uri, size_t *len_p)
unsigned char* raptor_term_to_turtle_string
(raptor_term* term, raptor_namespace_stack *nstack, raptor_uri *base_uri)
int raptor_term_turtle_write
(raptor_iostream* iostr, raptor_term* term, raptor_namespace_stack *nstack, raptor_uri *base_uri)
unsigned char* raptor_uri_to_turtle_counted_string
(raptor_world *world, raptor_uri* uri, raptor_namespace_stack *nstack, raptor_uri *base_uri, size_t *len_p)
unsigned char* raptor_uri_to_turtle_string
(raptor_world *world, raptor_uri* uri, raptor_namespace_stack *nstack, raptor_uri *base_uri)
int raptor_uri_turtle_write
(raptor_world *world, raptor_iostream* iostr, raptor_uri* uri, raptor_namespace_stack *nstack, raptor_uri *base_uri)
Navigation: Redland Home Page