| Package | Description |
|---|---|
| com.helger.css.decl |
| Modifier and Type | Class and Description |
|---|---|
class |
CascadingStyleSheet
This is the main object for a parsed CSS declaration.
|
class |
CSSMediaRule
Represents a single
@media rule: a list of style rules only
valid for certain media. |
class |
CSSSupportsRule
Represents a single
@supports rule: a list of style rules only
valid when a certain declaration is available. |
| 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.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.