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