Package | Description |
---|---|
org.w3c.dom.css | |
org.w3c.dom.stylesheets |
Modifier and Type | Interface and Description |
---|---|
interface |
CSSStyleSheet
The
CSSStyleSheet interface is a concrete interface used to
represent a CSS style sheet i.e., a style sheet whose content type is
"text/css". |
Modifier and Type | Method and Description |
---|---|
StyleSheet |
StyleSheet.getParentStyleSheet()
For style sheet languages that support the concept of style sheet
inclusion, this attribute represents the including style sheet, if
one exists.
|
StyleSheet |
LinkStyle.getSheet()
The style sheet.
|
StyleSheet |
StyleSheetList.item(int index)
Used to retrieve a style sheet by ordinal index.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2015, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.