represents a literal that may occur in a RDF graph.
More...
import"Literal.idl";
represents a literal that may occur in a RDF graph.
- Since
- OOo 3.0
- See also
- XRepository
◆ create()
create |
( |
[in] string |
Value | ) |
|
creates a plain literal RDF node.
- Parameters
-
Value | the string value of the literal |
◆ createWithLanguage()
createWithLanguage |
( |
[in] string |
Value, |
|
|
[in] string |
Language |
|
) |
| |
creates a literal RDF node with a language.
- Parameters
-
Value | the string value of the literal |
Language | the language of the literal |
◆ createWithType()
createWithType |
( |
[in] string |
Value, |
|
|
[in] XURI |
Type |
|
) |
| |
creates a typed literal RDF node.
- Parameters
-
Value | the string value of the literal |
Type | the data type of the literal |
The documentation for this service was generated from the following file: