Struct xpcom::interfaces::nsIDOMDocumentXBL [] [src]

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

interface nsIDOMDocumentXBL : nsISupports

Methods

impl nsIDOMDocumentXBL
[src]

[src]

Cast this nsIDOMDocumentXBL to one of its base interfaces.

impl nsIDOMDocumentXBL
[src]

[src]

/**
   * See the MDC documentation for what these methods do.
   */

nsIDOMNodeList getAnonymousNodes (in nsIDOMElement elt);

[src]

nsIDOMElement getAnonymousElementByAttribute (in nsIDOMElement elt, in DOMString attrName, in DOMString attrValue);

[src]

nsIDOMElement getBindingParent (in nsIDOMNode node);

[src]

void loadBindingDocument (in DOMString documentURL);

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

IID: nsIID = nsID(2942468096, 58362, 16594, [145, 24, 251, 170, 159, 62, 198, 185])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMDocumentXBL
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.