Trait script::dom::bindings::codegen::Bindings::StyleSheetBinding::StyleSheet_Binding::StyleSheetMethods
source · pub trait StyleSheetMethods {
// Required methods
fn Type_(&self) -> DOMString;
fn GetHref(&self) -> Option<DOMString>;
fn GetOwnerNode(&self) -> Option<Root<Dom<Element>>>;
fn GetTitle(&self) -> Option<DOMString>;
fn Media(&self) -> Root<Dom<MediaList>>;
fn Disabled(&self) -> bool;
fn SetDisabled(&self, value: bool);
}