| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
represents a literal that may occur in a RDF graph. More...
import "XLiteral.idl";
 
  
| Public Attributes | |
| string | Value | 
| the content of the literal | |
| string | Language | 
| the language of the literal; may be the empty string | |
| XURI | Datatype | 
| the data type of the literal; may be NULL | |
| Public Attributes inherited from XNode | |
| string | StringValue | 
| the string value of the node. | |
represents a literal that may occur in a RDF graph.
RDF literals may come in three varieties:
Note that there is no literal with both Language and Datatype.
| 
 | attributereadonly | 
the data type of the literal; may be NULL
| 
 | attributereadonly | 
the language of the literal; may be the empty string
| 
 | attributereadonly | 
the content of the literal