Uses of Class
com.helger.css.decl.CSSSupportsRule
-
Packages that use CSSSupportsRule Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSSupportsRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSSupportsRule Modifier and Type Method Description CSSSupportsRuleCSSSupportsRule. addSupportConditionMember(int nIndex, ICSSSupportsConditionMember aMember)CSSSupportsRuleCSSSupportsRule. addSupportConditionMember(ICSSSupportsConditionMember aMember)CSSSupportsRuleAbstractHasTopLevelRules. getSupportsRuleAtIndex(int nIndex)Get the@supportsrule at the specified index.Methods in com.helger.css.decl that return types with arguments of type CSSSupportsRule Modifier and Type Method Description com.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 CSSSupportsRule Modifier and Type Method Description voidCSSVisitorForUrl. 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.
-