Module jdk.xml.dom

Interface StyleSheet

All Known Subinterfaces:
CSSStyleSheet

public interface StyleSheet
The StyleSheet interface is the abstract base interface for any type of style sheet. It represents a single style sheet associated with a structured document. In HTML, the StyleSheet interface represents either an external style sheet, included via the HTML LINK element, or an inline STYLE element. In XML, this interface represents an external style sheet, included via a style sheet processing instruction.

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

Since:
1.4, DOM Level 2