Struct xpcom::interfaces::nsIDOMMozNamedAttrMap [] [src]

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

interface nsIDOMMozNamedAttrMap : nsISupports

/**
 * This is a temporary, non-standard interface, to ease the transition to a
 * world where Attr no longer inherits from Node.
 */

Methods

impl nsIDOMMozNamedAttrMap
[src]

[src]

Cast this nsIDOMMozNamedAttrMap to one of its base interfaces.

impl nsIDOMMozNamedAttrMap
[src]

[src]

nsIDOMAttr getNamedItem (in DOMString name);

[src]

nsIDOMAttr setNamedItem (in nsIDOMAttr arg) raises (DOMException);

[src]

nsIDOMAttr removeNamedItem (in DOMString name) raises (DOMException);

[src]

nsIDOMAttr item (in unsigned long index);

[src]

readonly attribute unsigned long length;

[src]

nsIDOMAttr getNamedItemNS (in DOMString namespaceURI, in DOMString localName);

[src]

nsIDOMAttr setNamedItemNS (in nsIDOMAttr arg) raises (DOMException);

[src]

nsIDOMAttr removeNamedItemNS (in DOMString namespaceURI, in DOMString localName) raises (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 nsIDOMMozNamedAttrMap
[src]

IID: nsIID = nsID(3411371213, 9964, 16783, [166, 214, 29, 87, 205, 44, 151, 28])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMMozNamedAttrMap
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.