示例#1
0
 public static void librdf_free_model(SWIGTYPE_p_librdf_model_s model)
 {
     RedlandPINVOKE.librdf_free_model(SWIGTYPE_p_librdf_model_s.getCPtr(model));
 }
示例#2
0
 public static int librdf_model_add_statements(SWIGTYPE_p_librdf_model_s model, SWIGTYPE_p_librdf_stream_s statement_stream)
 {
     return RedlandPINVOKE.librdf_model_add_statements(SWIGTYPE_p_librdf_model_s.getCPtr(model), SWIGTYPE_p_librdf_stream_s.getCPtr(statement_stream));
 }
示例#3
0
 public static int librdf_model_add_typed_literal_statement(SWIGTYPE_p_librdf_model_s model, SWIGTYPE_p_librdf_node_s subject, SWIGTYPE_p_librdf_node_s predicate, string string, string xml_language, SWIGTYPE_p_librdf_uri_s datatype_uri)
示例#4
0
 public static int librdf_model_add(SWIGTYPE_p_librdf_model_s model, SWIGTYPE_p_librdf_node_s subject, SWIGTYPE_p_librdf_node_s predicate, SWIGTYPE_p_librdf_node_s object)
 {
     return RedlandPINVOKE.librdf_model_add(SWIGTYPE_p_librdf_model_s.getCPtr(model), SWIGTYPE_p_librdf_node_s.getCPtr(subject), SWIGTYPE_p_librdf_node_s.getCPtr(predicate), SWIGTYPE_p_librdf_node_s.getCPtr(object));
 }