Class Rdf.NTriplesParser.c


class c : object .. end

method repr : Rdf.repr
method is_valid : bool
method parse_as_stream : ?base_uri:Rdf.Uri.c -> Rdf.Uri.c -> Rdf.Stream.c
method parse_into_model : ?base_uri:Rdf.Uri.c -> Rdf.Uri.c -> Rdf.Model.c -> unit
method parse_string_as_stream : ?base_uri:Rdf.Uri.c -> string -> Rdf.Stream.c
method parse_string_into_model : ?base_uri:Rdf.Uri.c -> string -> Rdf.Model.c -> unit
method get_feature : Rdf.Uri.c -> Rdf.Node.c
method set_feature : Rdf.Uri.c -> Rdf.Node.c -> unit
method namespaces_seen : (string * Rdf.Uri.c) list