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.StyleSheetpublic boolean getDisabled()
getDisabled in interface org.w3c.dom.stylesheets.StyleSheetpublic void setDisabled(boolean value)
setDisabled in interface org.w3c.dom.stylesheets.StyleSheetpublic Node getOwnerNode()
getOwnerNode in interface org.w3c.dom.stylesheets.StyleSheetpublic org.w3c.dom.stylesheets.StyleSheet getParentStyleSheet()
getParentStyleSheet in interface org.w3c.dom.stylesheets.StyleSheetpublic String getHref()
getHref in interface org.w3c.dom.stylesheets.StyleSheetpublic String getTitle()
getTitle in interface org.w3c.dom.stylesheets.StyleSheetpublic org.w3c.dom.stylesheets.MediaList getMedia()
getMedia in interface org.w3c.dom.stylesheets.StyleSheetCopyright © 2025. All rights reserved.