Struct xpcom::interfaces::nsIRDFXMLSource [] [src]

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

interface nsIRDFXMLSource : nsISupports

Methods

impl nsIRDFXMLSource
[src]

[src]

Cast this nsIRDFXMLSource to one of its base interfaces.

impl nsIRDFXMLSource
[src]

[src]

/**
     * Serialize the contents of the datasource to aStream.
     * @param aStream the output stream the will receive the
     *   RDF/XML. Currently, the output stream need only
     *   implement the |write()| method.
     */

void Serialize (in nsIOutputStream aStream);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIRDFXMLSource
[src]

IID: nsIID = nsID(1302687504, 39422, 4562, [142, 187, 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 nsIRDFXMLSource
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFXMLSource
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.