Linux Mac OSX Windows
 A literal node in the graph, whose value is a string.
[scriptable, uuid(e0c493d2-9542-11d2-8eb8-00805f29f370)]
interface nsIRDFLiteral : nsIRDFNode

Attributes

 The Unicode string value of the literal.
readonly attribute wstring Value

Methods

 An unscriptable version used to avoid a string copy. Meant
 for use as a performance optimization.
[noscript] void GetValueConst([shared] out wstring aConstValue)