Struct xpcom::interfaces::nsIDOMXULElement [] [src]

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

interface nsIDOMXULElement : nsIDOMElement

Methods

impl nsIDOMXULElement
[src]

[src]

Cast this nsIDOMXULElement to one of its base interfaces.

Methods from Deref<Target = nsIDOMElement>

[src]

Cast this nsIDOMElement to one of its base interfaces.

[src]

/**
 * The nsIDOMElement interface represents an element in an HTML or
 * XML document.
 *
 * For more information on this interface please see
 * http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-element
 */

readonly attribute DOMString tagName;

[src]

readonly attribute nsIDOMMozNamedAttrMap attributes;

[src]

DOMString getAttribute (in DOMString name);

[src]

void setAttribute (in DOMString name, in DOMString value);

[src]

boolean hasAttribute (in DOMString name);

[src]

nsIDOMAttr getAttributeNode (in DOMString name);

[src]

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

Trait Implementations

impl XpCom for nsIDOMXULElement
[src]

IID: nsIID = nsID(1967348403, 26723, 17057, [173, 227, 2, 83, 147, 217, 232, 14])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.