Struct xpcom::interfaces::nsIDOMXPathResult [] [src]

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

interface nsIDOMXPathResult : nsISupports

Methods

impl nsIDOMXPathResult
[src]

[src]

Cast this nsIDOMXPathResult to one of its base interfaces.

impl nsIDOMXPathResult
[src]

ANY_TYPE: i64 = 0

NUMBER_TYPE: i64 = 1

STRING_TYPE: i64 = 2

BOOLEAN_TYPE: i64 = 3

UNORDERED_NODE_ITERATOR_TYPE: i64 = 4

ORDERED_NODE_ITERATOR_TYPE: i64 = 5

UNORDERED_NODE_SNAPSHOT_TYPE: i64 = 6

ORDERED_NODE_SNAPSHOT_TYPE: i64 = 7

ANY_UNORDERED_NODE_TYPE: i64 = 8

FIRST_ORDERED_NODE_TYPE: i64 = 9

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

IID: nsIID = nsID(1968205700, 46340, 4565, [167, 242, 202, 16, 138, 184, 182, 252])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXPathResult
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.