Uses of Interface
dev.jcputney.mjml.css.CssSelector.SimpleSelector
Packages that use CssSelector.SimpleSelector
-
Uses of CssSelector.SimpleSelector in dev.jcputney.mjml.css
Classes in dev.jcputney.mjml.css that implement CssSelector.SimpleSelectorModifier and TypeClassDescriptionstatic final recordAttribute selector with operator.static final recordA class selector (e.g. ".red").static final recordAn ID selector (e.g.static final recordA pseudo-class selector (e.g.static final recordA pseudo-element selector (e.g.static final recordA type (element name) selector (e.g.static final recordThe universal selector (*), which matches any element.Methods in dev.jcputney.mjml.css that return types with arguments of type CssSelector.SimpleSelectorModifier and TypeMethodDescriptionCssSelector.CompoundSelector.parts()Returns the value of thepartsrecord component.Constructor parameters in dev.jcputney.mjml.css with type arguments of type CssSelector.SimpleSelectorModifierConstructorDescriptionCreates an instance of aCompoundSelectorrecord class.