| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Class and Description |
|---|---|
class |
CSSFontFaceRule
Represents a single
@font-face rule. |
class |
CSSKeyframesRule
Represents a single @keyframes rule.
|
class |
CSSMediaRule
Represents a single
@media rule: a list of style rules only
valid for certain media. |
class |
CSSPageRule
Represents a single
@page rule. |
class |
CSSStyleRule
Represents a single CSS style rule.
|
class |
CSSSupportsRule
Represents a single
@supports rule: a list of style rules only
valid when a certain declaration is available. |
class |
CSSUnknownRule
Represents a single
@ rule that is non-standard and/or unknown. |
class |
CSSViewportRule
Represents a single
@viewport rule. |
| Modifier and Type | Field and Description |
|---|---|
protected com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.m_aRules |
protected com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.m_aRules |
| Modifier and Type | Method and Description |
|---|---|
ICSSTopLevelRule |
AbstractHasTopLevelRules.getRule(int nIndex)
Deprecated.
Use
AbstractHasTopLevelRules.getRuleAtIndex(int) instead |
ICSSTopLevelRule |
AbstractHasTopLevelRules.getRule(int nIndex)
Deprecated.
Use
AbstractHasTopLevelRules.getRuleAtIndex(int) instead |
ICSSTopLevelRule |
AbstractHasTopLevelRules.getRuleAtIndex(int nIndex)
Get the top-level rule at the specified index.
|
ICSSTopLevelRule |
AbstractHasTopLevelRules.getRuleAtIndex(int nIndex)
Get the top-level rule at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.getAllRules()
Get a copy of all contained top-level rules.
|
com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.getAllRules()
Get a copy of all contained top-level rules.
|
com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.getAllRules(Predicate<? super ICSSTopLevelRule> aFilter)
Get a copy of all contained top-level rules.
|
com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.getAllRules(Predicate<? super ICSSTopLevelRule> aFilter)
Get a copy of all contained top-level rules.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractHasTopLevelRules |
AbstractHasTopLevelRules.addRule(ICSSTopLevelRule aRule)
Add a new top-level rule at the end.
|
AbstractHasTopLevelRules |
AbstractHasTopLevelRules.addRule(ICSSTopLevelRule aRule)
Add a new top-level rule at the end.
|
AbstractHasTopLevelRules |
AbstractHasTopLevelRules.addRule(int nIndex,
ICSSTopLevelRule aRule)
Add a new top-level rule at the specified index.
|
AbstractHasTopLevelRules |
AbstractHasTopLevelRules.addRule(int nIndex,
ICSSTopLevelRule aRule)
Add a new top-level rule at the specified index.
|
com.helger.commons.state.EChange |
AbstractHasTopLevelRules.removeRule(ICSSTopLevelRule aRule)
Remove the specified top-level rule.
|
com.helger.commons.state.EChange |
AbstractHasTopLevelRules.removeRule(ICSSTopLevelRule aRule)
Remove the specified top-level rule.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.getAllRules(Predicate<? super ICSSTopLevelRule> aFilter)
Get a copy of all contained top-level rules.
|
com.helger.commons.collection.impl.ICommonsList<ICSSTopLevelRule> |
AbstractHasTopLevelRules.getAllRules(Predicate<? super ICSSTopLevelRule> aFilter)
Get a copy of all contained top-level rules.
|
com.helger.commons.state.EChange |
AbstractHasTopLevelRules.removeRules(Predicate<? super ICSSTopLevelRule> aFilter)
Remove all rules matching the passed predicate.
|
com.helger.commons.state.EChange |
AbstractHasTopLevelRules.removeRules(Predicate<? super ICSSTopLevelRule> aFilter)
Remove all rules matching the passed predicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModifyingCSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule,
CSSDeclaration aDeclaration,
CSSExpressionMemberTermURI aExprTerm) |
void |
DefaultCSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule,
CSSDeclaration aDeclaration,
CSSExpressionMemberTermURI aURITerm) |
void |
ICSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule,
CSSDeclaration aDeclaration,
CSSExpressionMemberTermURI aURITerm)
Called on a CSS declaration value that contains an URL.
|
void |
ICSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule,
CSSDeclaration aDeclaration,
CSSExpressionMemberTermURI aURITerm)
Called on a CSS declaration value that contains an URL.
|
void |
DefaultCSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule,
CSSDeclaration aDeclaration,
CSSExpressionMemberTermURI aURITerm) |
void |
AbstractModifyingCSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule,
CSSDeclaration aDeclaration,
CSSExpressionMemberTermURI aExprTerm) |
static void |
CSSVisitor.visitTopLevelRule(ICSSTopLevelRule aTopLevelRule,
ICSSVisitor aVisitor)
Visit all elements of a single top-level rule.
|
static void |
CSSVisitor.visitTopLevelRule(ICSSTopLevelRule aTopLevelRule,
ICSSVisitor aVisitor)
Visit all elements of a single top-level rule.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.