Uses of Class
com.helger.css.decl.AbstractHasTopLevelRules
-
Packages that use AbstractHasTopLevelRules Package Description com.helger.css.decl -
-
Uses of AbstractHasTopLevelRules in com.helger.css.decl
Subclasses of AbstractHasTopLevelRules in com.helger.css.decl Modifier and Type Class Description classCascadingStyleSheetThis is the main object for a parsed CSS declaration.classCSSMediaRuleRepresents a single@mediarule: a list of style rules only valid for certain media.
Example:
@media print { div#footer { display: none; } }classCSSSupportsRuleRepresents a single@supportsrule: a list of style rules only valid when a certain declaration is available.Methods in com.helger.css.decl that return AbstractHasTopLevelRules Modifier and Type Method Description AbstractHasTopLevelRulesAbstractHasTopLevelRules. addRule(int nIndex, ICSSTopLevelRule aRule)Add a new top-level rule at the specified index.AbstractHasTopLevelRulesAbstractHasTopLevelRules. addRule(ICSSTopLevelRule aRule)Add a new top-level rule at the end.
-