Module jdk.xml.dom

Interface CSSImportRule

All Superinterfaces:
CSSRule

public interface CSSImportRule extends CSSRule
The CSSImportRule interface represents a @import rule within a CSS style sheet. The @import rule is used to import style rules from other style sheets.

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

Since:
1.4, DOM Level 2