Struct xpcom::interfaces::nsIRDFLiteral [] [src]

#[repr(C)]
pub struct nsIRDFLiteral { /* fields omitted */ }

interface nsIRDFLiteral : nsIRDFNode

/**
 * A literal node in the graph, whose value is a string.
 */

Methods

impl nsIRDFLiteral
[src]

[src]

Cast this nsIRDFLiteral to one of its base interfaces.

impl nsIRDFLiteral
[src]

[src]

/**
     * The Unicode string value of the literal.
     */

readonly attribute wstring Value;

[src]

/**
     * An unscriptable version used to avoid a string copy. Meant
     * for use as a performance optimization.
     */

[noscript] void GetValueConst ([shared] out wstring aConstValue);

Methods from Deref<Target = nsIRDFNode>

[src]

Cast this nsIRDFNode to one of its base interfaces.

[src]

boolean EqualsNode (in nsIRDFNode aNode);

Trait Implementations

impl XpCom for nsIRDFLiteral
[src]

IID: nsIID = nsID(3770979282, 38210, 4562, [142, 184, 0, 128, 95, 41, 243, 112])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIRDFLiteral
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFLiteral
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.