- All Superinterfaces:
- CSSImportRule,- CSSRule,- CSSRule
Import rule. @see
 The
 
CSSImportRule Interface.- 
Field SummaryFields inherited from interface org.w3c.css.om.CSSRuleCOUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, NESTED_DECLARATIONS, PAGE_RULE, PROPERTY_RULE, REGION_STYLE_RULE, STYLE_RULE, SUPPORTS_RULE, UNKNOWN_RULE, VIEWPORT_RULEFields inherited from interface org.w3c.dom.css.CSSRuleCHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
- 
Method SummaryModifier and TypeMethodDescriptionThe layer name declared in the @-rule.The serialization of the<supports-condition>declared in the @-rule.Methods inherited from interface org.w3c.dom.css.CSSImportRulegetHref, getMedia, getStyleSheetMethods inherited from interface org.w3c.css.om.CSSRulegetParentRule, getParentStyleSheetMethods inherited from interface org.w3c.dom.css.CSSRulegetCssText, getType, setCssText
- 
Method Details- 
getLayerNameString getLayerName()The layer name declared in the @-rule.- Returns:
- the layer name, or the empty string if the layer is anonymous, or
         nullif the at-rule does not declare a layer.
 
- 
getSupportsTextString getSupportsText()The serialization of the<supports-condition>declared in the @-rule.- Returns:
- the supports condition declared in the rule, or nullif the rule does not declare a supports condition.
 
 
-