Module jdk.xml.dom

Interface CSSStyleSheet

All Superinterfaces:
StyleSheet

public interface CSSStyleSheet extends StyleSheet
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".

See also the Document Object Model (DOM) Level 2 Style Specification.

Since:
1.4, DOM Level 2