Struct xpcom::interfaces::nsIDOMCSSStyleSheet [] [src]

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

interface nsIDOMCSSStyleSheet : nsIDOMStyleSheet

Methods

impl nsIDOMCSSStyleSheet
[src]

[src]

Cast this nsIDOMCSSStyleSheet to one of its base interfaces.

impl nsIDOMCSSStyleSheet
[src]

[src]

/**
 * The nsIDOMCSSStyleSheet interface is a datatype for a CSS style
 * sheet in the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

readonly attribute nsIDOMCSSRule ownerRule;

[src]

readonly attribute nsIDOMCSSRuleList cssRules;

[src]

unsigned long insertRule (in DOMString rule, in unsigned long index) raises (DOMException);

[src]

void deleteRule (in unsigned long index) raises (DOMException);

Methods from Deref<Target = nsIDOMStyleSheet>

[src]

Cast this nsIDOMStyleSheet to one of its base interfaces.

[src]

/**
 * The nsIDOMStyleSheet interface is a datatype for a style sheet in
 * the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

readonly attribute DOMString type;

[src]

attribute boolean disabled;

[src]

attribute boolean disabled;

[src]

readonly attribute nsIDOMNode ownerNode;

[src]

readonly attribute nsIDOMStyleSheet parentStyleSheet;

[src]

readonly attribute DOMString href;

[src]

readonly attribute DOMString title;

[src]

readonly attribute nsIDOMMediaList media;

Trait Implementations

impl XpCom for nsIDOMCSSStyleSheet
[src]

IID: nsIID = nsID(2798620866, 5555, 4562, [147, 46, 0, 128, 95, 138, 221, 50])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSStyleSheet
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.