Struct xpcom::interfaces::nsIDOMNodeList [] [src]

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

interface nsIDOMNodeList : nsISupports

Methods

impl nsIDOMNodeList
[src]

[src]

Cast this nsIDOMNodeList to one of its base interfaces.

impl nsIDOMNodeList
[src]

[src]

/**
 * The nsIDOMNodeList interface provides the abstraction of an ordered
 * collection of nodes, without defining or constraining how this collection
 * is implemented.
 * The items in the list are accessible via an integral index, starting from 0.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/
 */

nsIDOMNode item (in unsigned long index);

[src]

readonly attribute unsigned long length;

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

IID: nsIID = nsID(1158475962, 56976, 20358, [133, 191, 225, 12, 200, 184, 113, 63])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMNodeList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.