Struct xpcom::interfaces::nsIDOMTreeWalker [] [src]

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

interface nsIDOMTreeWalker : nsISupports

Methods

impl nsIDOMTreeWalker
[src]

[src]

Cast this nsIDOMTreeWalker to one of its base interfaces.

impl nsIDOMTreeWalker
[src]

[src]

readonly attribute nsIDOMNode root;

[src]

readonly attribute unsigned long whatToShow;

[src]

readonly attribute nsIDOMNodeFilter filter;

[src]

attribute nsIDOMNode currentNode;

[src]

attribute nsIDOMNode currentNode;

[src]

nsIDOMNode parentNode ();

[src]

nsIDOMNode firstChild ();

[src]

nsIDOMNode lastChild ();

[src]

nsIDOMNode previousSibling ();

[src]

nsIDOMNode nextSibling ();

[src]

nsIDOMNode previousNode ();

[src]

nsIDOMNode nextNode ();

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

IID: nsIID = nsID(3305087321, 9084, 19934, [176, 186, 32, 185, 249, 39, 12, 246])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMTreeWalker
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.