org.kde.koala
public class CSSImportRule extends CSSRule
CSSImportRule
interface represents a
\@import
rule within a CSS style sheet. The \@import
rule is used to import style rules from other style sheets.UNKNOWN: The UNKNOWN: The location of the style sheet to be imported. UNKNOWN: A list of media types for which this style sheet may be used. UNKNOWN: The style sheet referred to by this rule, if it has been loaded. CSSImportRule
interface represents a
Constructor Summary protected CSSImportRule(Class dummy) CSSImportRule() CSSImportRule(CSSImportRule other) CSSImportRule(CSSRule other)
Method Summary String href() ArrayList media() CSSStyleSheet styleSheet() Constructor Detail
CSSImportRule
CSSImportRule
CSSImportRule
CSSImportRule
Method Detail
href
"url
(...)" specifier around
the URI.media
styleSheet