Uses of Class
com.helger.css.decl.CSSStyleRule
Packages that use CSSStyleRule
-
Uses of CSSStyleRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSStyleRuleModifier and TypeMethodDescriptionCSSStyleRule.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSStyleRule.addDeclaration(CSSDeclaration aDeclaration) CSSStyleRule.addSelector(int nIndex, CSSSelector aSelector) CSSStyleRule.addSelector(int nIndex, ICSSSelectorMember aSingleSelectorMember) CSSStyleRule.addSelector(CSSSelector aSelector) CSSStyleRule.addSelector(ICSSSelectorMember aSingleSelectorMember) AbstractHasTopLevelRules.getStyleRuleAtIndex(int nIndex) Get the style rule at the specified index.CSSStyleRule.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) Methods in com.helger.css.decl that return types with arguments of type CSSStyleRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSStyleRule>AbstractHasTopLevelRules.getAllStyleRules()Get a list of all top-level rules that are style rules (implementingCSSStyleRule). -
Uses of CSSStyleRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSStyleRuleModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.onBeginStyleRule(CSSStyleRule aStyleRule) voidDefaultCSSVisitor.onBeginStyleRule(CSSStyleRule aStyleRule) voidICSSVisitor.onBeginStyleRule(CSSStyleRule aStyleRule) Called when a style rule starts.
Note: contained declarations are handled byICSSVisitor.onDeclaration(CSSDeclaration)voidCSSVisitorForUrl.onEndStyleRule(CSSStyleRule aStyleRule) voidDefaultCSSVisitor.onEndStyleRule(CSSStyleRule aStyleRule) voidICSSVisitor.onEndStyleRule(CSSStyleRule aStyleRule) Called when a style rule ends.static voidCSSVisitor.visitStyleRule(CSSStyleRule aStyleRule, ICSSVisitor aVisitor) Visit all elements of a single style rule.