Class Rdf.Node.c


class c : ?uri_string:string -> ?uri:Rdf.Uri.c -> ?literal:string -> ?datatype:Rdf.Uri.c -> ?is_wf_xml:int -> ?xml_language:string -> ?blank:string -> unit -> object .. end
Redland Node class.

method repr : Rdf.repr
method is_valid : bool
method get_type : Rdf.node_type
method is_resource : bool
method is_literal : bool
method is_blank : bool
method equals : (< clone : 'b; equals : 'a; get_blank_identifier : string;
get_literal_value : Rdf.literal_value; get_type : Rdf.node_type;
get_uri : Rdf.Uri.c; is_blank : bool; is_literal : bool;
is_resource : bool; is_valid : bool; repr : Rdf.repr; to_string :
string; .. >
as 'b) ->
bool as 'a
method get_uri : Rdf.Uri.c
method get_literal_value : Rdf.literal_value
method get_blank_identifier : string
method to_string : string
method clone : 'b