Interface CSSImportRule

All Superinterfaces:
CSSImportRule, CSSRule, CSSRule
All Known Implementing Classes:
ImportRule

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

    • getLayerName

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

      BooleanCondition getSupportsCondition()
      The <supports-condition> declared in the at-rule, or null if the at-rule does not declare a supports condition.
      Returns:
      the supports condition.