Class Rdf.Serializer.c


class c : ?name:string -> ?mime_type:string -> ?uri:Rdf.Uri.c -> unit -> object .. end
Redland Serializer class.

method repr : Rdf.repr
method is_valid : bool
method check_name : string -> bool
method serialize_model_to_file : ?base_uri:Rdf.Uri.c -> string -> Rdf.Model.c -> unit
method serialize_model_to_string : ?base_uri:Rdf.Uri.c -> Rdf.Model.c -> string
method serialize_stream_to_file : ?base_uri:Rdf.Uri.c -> string -> Rdf.Stream.c -> unit
method serialize_stream_to_string : ?base_uri:Rdf.Uri.c -> Rdf.Stream.c -> string
method get_feature : Rdf.Uri.c -> Rdf.Node.c
method set_feature : Rdf.Uri.c -> Rdf.Node.c -> unit
method set_namespace : string -> Rdf.Uri.c -> unit