public class StyleSheetImpl extends Object implements org.w3c.dom.stylesheets.StyleSheet
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
boolean |
getDisabled() |
String |
getHref() |
org.w3c.dom.stylesheets.MediaList |
getMedia() |
Node |
getOwnerNode() |
org.w3c.dom.stylesheets.StyleSheet |
getParentStyleSheet() |
String |
getTitle() |
String |
getType() |
int |
hashCode() |
void |
setDisabled(boolean value) |
public String getType()
getType
in interface org.w3c.dom.stylesheets.StyleSheet
public boolean getDisabled()
getDisabled
in interface org.w3c.dom.stylesheets.StyleSheet
public void setDisabled(boolean value)
setDisabled
in interface org.w3c.dom.stylesheets.StyleSheet
public Node getOwnerNode()
getOwnerNode
in interface org.w3c.dom.stylesheets.StyleSheet
public org.w3c.dom.stylesheets.StyleSheet getParentStyleSheet()
getParentStyleSheet
in interface org.w3c.dom.stylesheets.StyleSheet
public String getHref()
getHref
in interface org.w3c.dom.stylesheets.StyleSheet
public String getTitle()
getTitle
in interface org.w3c.dom.stylesheets.StyleSheet
public org.w3c.dom.stylesheets.MediaList getMedia()
getMedia
in interface org.w3c.dom.stylesheets.StyleSheet
Copyright © 2020. All rights reserved.