| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSStyleRule |
CSSStyleRule.addDeclaration(CSSDeclaration aDeclaration) |
CSSStyleRule |
CSSStyleRule.addDeclaration(int nIndex,
CSSDeclaration aNewDeclaration) |
CSSStyleRule |
CSSStyleRule.addSelector(CSSSelector aSelector) |
CSSStyleRule |
CSSStyleRule.addSelector(ICSSSelectorMember aSingleSelectorMember) |
CSSStyleRule |
CSSStyleRule.addSelector(int nIndex,
CSSSelector aSelector) |
CSSStyleRule |
CSSStyleRule.addSelector(int nIndex,
ICSSSelectorMember aSingleSelectorMember) |
CSSStyleRule |
AbstractHasTopLevelRules.getStyleRuleAtIndex(int nIndex)
Get the style rule at the specified index.
|
CSSStyleRule |
CSSStyleRule.setDeclarationAtIndex(int nIndex,
CSSDeclaration aNewDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSStyleRule> |
AbstractHasTopLevelRules.getAllStyleRules()
Get a list of all top-level rules that are style rules (implementing
CSSStyleRule). |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSSVisitor.onBeginStyleRule(CSSStyleRule aStyleRule)
Called when a style rule starts.
|
void |
DefaultCSSVisitor.onBeginStyleRule(CSSStyleRule aStyleRule) |
void |
CSSVisitorForUrl.onBeginStyleRule(CSSStyleRule aStyleRule) |
void |
ICSSVisitor.onEndStyleRule(CSSStyleRule aStyleRule)
Called when a style rule ends.
|
void |
DefaultCSSVisitor.onEndStyleRule(CSSStyleRule aStyleRule) |
void |
CSSVisitorForUrl.onEndStyleRule(CSSStyleRule aStyleRule) |
static void |
CSSVisitor.visitStyleRule(CSSStyleRule aStyleRule,
ICSSVisitor aVisitor)
Visit all elements of a single style rule.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.