Struct xpcom::interfaces::nsIDOMNodeIterator [] [src]

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

interface nsIDOMNodeIterator : nsISupports

Methods

impl nsIDOMNodeIterator
[src]

[src]

Cast this nsIDOMNodeIterator to one of its base interfaces.

impl nsIDOMNodeIterator
[src]

[src]

readonly attribute nsIDOMNode root;

[src]

readonly attribute unsigned long whatToShow;

[src]

readonly attribute nsIDOMNodeFilter filter;

[src]

nsIDOMNode nextNode () raises (DOMException);

[src]

nsIDOMNode previousNode () raises (DOMException);

[src]

void detach ();

[src]

readonly attribute nsIDOMNode referenceNode;

[src]

readonly attribute boolean pointerBeforeReferenceNode;

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

IID: nsIID = nsID(2825640649, 65417, 19604, [129, 96, 79, 232, 103, 51, 186, 184])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMNodeIterator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.