Struct xpcom::interfaces::nsIFeedElementBase [] [src]

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

interface nsIFeedElementBase : nsISupports

/**
 *  An nsIFeedGenerator represents the software used to create a feed.
 */

Methods

impl nsIFeedElementBase
[src]

[src]

Cast this nsIFeedElementBase to one of its base interfaces.

impl nsIFeedElementBase
[src]

[src]

/**
   * The attributes found on the element. Most interfaces provide convenience
   * accessors for their standard fields, so this useful only when looking for
   * an extension.
   */

attribute nsISAXAttributes attributes;

[src]

/**
   * The attributes found on the element. Most interfaces provide convenience
   * accessors for their standard fields, so this useful only when looking for
   * an extension.
   */

attribute nsISAXAttributes attributes;

[src]

/**
   * The baseURI for the Entry or Feed.
   */

attribute nsIURI baseURI;

[src]

/**
   * The baseURI for the Entry or Feed.
   */

attribute nsIURI baseURI;

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 nsIFeedElementBase
[src]

IID: nsIID = nsID(1377118494, 64010, 16578, [140, 231, 232, 108, 209, 161, 211, 250])

[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 nsIFeedElementBase
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFeedElementBase
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.