Struct xpcom::interfaces::nsIDOMXPathEvaluator [] [src]

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

interface nsIDOMXPathEvaluator : nsISupports

Methods

impl nsIDOMXPathEvaluator
[src]

[src]

Cast this nsIDOMXPathEvaluator to one of its base interfaces.

impl nsIDOMXPathEvaluator
[src]

[src]

nsISupports evaluate (in DOMString expression, in nsIDOMNode contextNode, in nsIDOMNode resolver, in unsigned short type, in nsISupports result) raises (XPathException,DOMException);

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

IID: nsIID = nsID(2455257090, 53474, 19336, [154, 249, 250, 111, 245, 158, 224, 2])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXPathEvaluator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.