Interface CSSImportRule

All Superinterfaces:
CSSImportRule, CSSRule, CSSRule

public interface CSSImportRule extends CSSRule, CSSImportRule
Import rule. @see The CSSImportRule Interface.
  • Method Details

    • getLayerName

      String getLayerName()
      The layer name declared in the @-rule.
      Returns:
      the layer name, or the empty string if the layer is anonymous, or null if the at-rule does not declare a layer.
    • getSupportsText

      String getSupportsText()
      The serialization of the <supports-condition> declared in the @-rule.
      Returns:
      the supports condition declared in the rule, or null if the rule does not declare a supports condition.