Struct xpcom::interfaces::nsIDOMSVGElement [] [src]

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

interface nsIDOMSVGElement : nsIDOMElement

Methods

impl nsIDOMSVGElement
[src]

[src]

Cast this nsIDOMSVGElement to one of its base interfaces.

impl nsIDOMSVGElement
[src]

[src]

readonly attribute nsIDOMSVGElement ownerSVGElement;

[src]

readonly attribute nsIDOMSVGElement viewportElement;

[src]

[binaryname(SVGClassName)] readonly attribute nsISupports className;

[src]

readonly attribute nsIDOMCSSStyleDeclaration style;

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

IID: nsIID = nsID(3325368261, 35755, 19665, [134, 148, 188, 202, 252, 50, 161, 149])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMSVGElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.