Uses of Class
com.helger.css.decl.CSSSupportsRule
Packages that use CSSSupportsRule
-
Uses of CSSSupportsRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSSupportsRuleModifier and TypeMethodDescriptionCSSSupportsRule.addSupportConditionMember(int nIndex, ICSSSupportsConditionMember aMember) CSSSupportsRule.addSupportConditionMember(ICSSSupportsConditionMember aMember) AbstractHasTopLevelRules.getSupportsRuleAtIndex(int nIndex) Get the@supportsrule at the specified index.Methods in com.helger.css.decl that return types with arguments of type CSSSupportsRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSSupportsRule> AbstractHasTopLevelRules.getAllSupportsRules()Get a list of all top-level rules that are support rules (implementingCSSSupportsRule). -
Uses of CSSSupportsRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSSupportsRuleModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.onBeginSupportsRule(CSSSupportsRule aSupportsRule) voidDefaultCSSVisitor.onBeginSupportsRule(CSSSupportsRule aSupportsRule) voidICSSVisitor.onBeginSupportsRule(CSSSupportsRule aSupportsRule) Called when a supports rule starts.voidCSSVisitorForUrl.onEndSupportsRule(CSSSupportsRule aSupportsRule) voidDefaultCSSVisitor.onEndSupportsRule(CSSSupportsRule aSupportsRule) voidICSSVisitor.onEndSupportsRule(CSSSupportsRule aSupportsRule) Called when a supports rule ends.static voidCSSVisitor.visitSupportsRule(CSSSupportsRule aSupportsRule, ICSSVisitor aVisitor) Visit all elements of a single supports rule.