Struct xpcom::interfaces::inIDeepTreeWalker [] [src]

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

interface inIDeepTreeWalker : nsISupports

Methods

impl inIDeepTreeWalker
[src]

[src]

Cast this inIDeepTreeWalker to one of its base interfaces.

impl inIDeepTreeWalker
[src]

[src]

attribute boolean showAnonymousContent;

[src]

attribute boolean showAnonymousContent;

[src]

attribute boolean showSubDocuments;

[src]

attribute boolean showSubDocuments;

[src]

attribute boolean showDocumentsAsNodes;

[src]

attribute boolean showDocumentsAsNodes;

[src]

void init (in nsIDOMNode aRoot, in unsigned long aWhatToShow);

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

IID: nsIID = nsID(1717037291, 46662, 18663, [153, 62, 207, 166, 233, 100, 21, 180])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for inIDeepTreeWalker
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.