:: com :: sun :: star :: rdf ::

interface XLiteral
Base Interfaces
XLiteralXNode

XNode

Attributes' Summary
Value the content of the literal 
Language the language of the literal; may be the empty string 
Datatype the data type of the literal; may be NULL 
Attributes' Details
Value
[ readonly ] string Value;
Description
the content of the literal
Language
[ readonly ] string Language;
Description
the language of the literal; may be the empty string
Datatype
[ readonly ] XURI Datatype;
Description
the data type of the literal; may be NULL
Top of Page