LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
Literal Service Reference

represents a literal that may occur in a RDF graph. More...

import"Literal.idl";

Inheritance diagram for Literal:
XLiteral XNode

Public Member Functions

 create ([in] string Value)
 creates a plain literal RDF node. More...
 
 createWithType ([in] string Value, [in] XURI Type)
 creates a typed literal RDF node. More...
 
 createWithLanguage ([in] string Value, [in] string Language)
 creates a literal RDF node with a language. More...
 

Additional Inherited Members

- Public Attributes inherited from XLiteral
string Value
 the content of the literal More...
 
string Language
 the language of the literal; may be the empty string More...
 
XURI Datatype
 the data type of the literal; may be NULL More...
 
- Public Attributes inherited from XNode
string StringValue
 the string value of the node. More...
 

Detailed Description

represents a literal that may occur in a RDF graph.

Since
OOo 3.0
See also
XRepository

Member Function Documentation

◆ create()

create ( [in] string  Value)

creates a plain literal RDF node.

Parameters
Valuethe string value of the literal

◆ createWithLanguage()

createWithLanguage ( [in] string  Value,
[in] string  Language 
)

creates a literal RDF node with a language.

Parameters
Valuethe string value of the literal
Languagethe language of the literal

◆ createWithType()

createWithType ( [in] string  Value,
[in] XURI  Type 
)

creates a typed literal RDF node.

Parameters
Valuethe string value of the literal
Typethe data type of the literal

The documentation for this service was generated from the following file: