Uses of Class
com.helger.css.decl.CSSStyleRule
-
Packages that use CSSStyleRule Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSStyleRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSStyleRule Modifier and Type Method Description CSSStyleRuleCSSStyleRule. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSStyleRuleCSSStyleRule. addDeclaration(CSSDeclaration aDeclaration)CSSStyleRuleCSSStyleRule. addSelector(int nIndex, CSSSelector aSelector)CSSStyleRuleCSSStyleRule. addSelector(int nIndex, ICSSSelectorMember aSingleSelectorMember)CSSStyleRuleCSSStyleRule. addSelector(CSSSelector aSelector)CSSStyleRuleCSSStyleRule. addSelector(ICSSSelectorMember aSingleSelectorMember)CSSStyleRuleAbstractHasTopLevelRules. getStyleRuleAtIndex(int nIndex)Get the style rule at the specified index.CSSStyleRuleCSSStyleRule. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)Methods in com.helger.css.decl that return types with arguments of type CSSStyleRule Modifier and Type Method Description com.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 CSSStyleRule Modifier and Type Method Description voidCSSVisitorForUrl. 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.
-