Uses of Interface
com.helger.css.ICSSSourceLocationAware
Packages that use ICSSSourceLocationAware
-
Uses of ICSSSourceLocationAware in com.helger.css.decl
Classes in com.helger.css.decl that implement ICSSSourceLocationAwareModifier and TypeClassDescriptionclassThis is the main object for a parsed CSS declaration.classRepresents a single element in a CSS style rule.classRepresents a common container ofCSSDeclarationobjects.classRepresents a list ofCSSDeclarationobjects.classRepresents a single expression consisting of several expression membersclassRepresents a CSS function elementclassRepresents a CSS line-names element as used in css-grid.classRepresents a CSS calc() elementclassPart of a CSS calc elementclassPart of a CSS calc elementclassPart of a CSS calc elementclassRepresents a simple expression memberclassRepresents an expression member URIclassRepresents a single@font-facerule.
Example:
@font-face { font-family: 'icons'; src: url(path/to/font.woff) format('woff'); unicode-range: U+E000-E005; }classRepresents a single import rule on top level.classkeyframes blockclassRepresents a single @keyframes rule.
Example:
@keyframes identifier { 0% { top: 0; left: 0; } 30% { top: 50px; } }classRepresents a single media expressionclassRepresents a single media queryclassRepresents a single@mediarule: a list of style rules only valid for certain media.
Example:
@media print { div#footer { display: none; } }classRepresents a single namespace rule on top level.
Example:
@namespace Q "http://example.com/q-markup";classRepresents a single@pagerule.
Example:
@page { size: auto; margin: 10%; }classRepresents a single selector as the aggregation of selector members.classA single CSS selector attribute.classRepresents a single CSS complex selector pseudo element.classRepresents a single, simple CSS selector as used for the ":host()" CSS pseudo class function.classRepresents a single, simple CSS selector as used for the ":host-context()" CSS pseudo class function.classRepresents an inverted CSS selector, used for the ":not()" CSS function.
Note: this class was completely redesigned for version 3.7.4classRepresents a single, simple CSS selector as used for the "::slotted()" CSS pseudo element.classRepresents a single CSS selector like an element name, a hash value (ID), a class or a pseudo class.classRepresents a single CSS style rule.classRepresents a single supports condition with a declaration.classRepresents a single negation supports condition.classRepresents a single negation supports conditionclassRepresents a single@supportsrule: a list of style rules only valid when a certain declaration is available.classRepresents a single@rule that is non-standard and/or unknown.classRepresents a single CSS URI.classRepresents a single@viewportrule.
Example:
@viewport { width: device-width; }classCSSWritableList<DATATYPE extends ICSSWriteable>Represents a list ofICSSWriteableobjects.