20#ifndef __com_sun_star_rdf_Literal_idl__
21#define __com_sun_star_rdf_Literal_idl__
28module
com { module sun { module star { module rdf {
represents a literal that may occur in a RDF graph.
Definition XLiteral.idl:46
represents a URI node that may occur in a RDF graph.
Definition XURI.idl:54
Definition Ambiguous.idl:22
represents a literal that may occur in a RDF graph.
Definition Literal.idl:37
createWithType([in] string Value, [in] XURI Type)
creates a typed literal RDF node.
create([in] string Value)
creates a plain literal RDF node.
createWithLanguage([in] string Value, [in] string Language)
creates a literal RDF node with a language.