public interface StyleSheet
StyleSheet
interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet
interface.Modifier and Type | Method and Description |
---|---|
String |
getHref()
Returns the location of the stylesheet.
|
MediaList |
getMedia()
Specifies the intended destination medium for style information.
|
Node |
getOwnerNode()
Returns the node that associates this style sheet with the document.
|
StyleSheet |
getParentStyleSheet()
Returns the stylesheet that is including this one, if any.
|
String |
getTitle()
Returns the advisory title of the current style sheet.
|
String |
getType()
Specifies the style sheet language for this style sheet.
|
boolean |
isDisabled()
This property indicates whether the current stylesheet has been applied or not.
|
void |
setDisabled(boolean arg) |
boolean isDisabled()
void setDisabled(boolean arg)
String getHref()
MediaList getMedia()
Node getOwnerNode()
StyleSheet getParentStyleSheet()
String getTitle()
String getType()
Copyright © 2018. All rights reserved.