Uses of Class
org.jhotdraw8.css.ast.SelectorGroup
Packages that use SelectorGroup
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
Provides a CSS parser that is compliant to CSS Syntax Module 3.
-
Uses of SelectorGroup in org.jhotdraw8.css.ast
Methods in org.jhotdraw8.css.ast that return SelectorGroupConstructors in org.jhotdraw8.css.ast with parameters of type SelectorGroupModifierConstructorDescriptionStyleRule(@Nullable SourceLocator sourceLocator, SelectorGroup selectorGroup, List<Declaration> declarations) -
Uses of SelectorGroup in org.jhotdraw8.css.parser
Methods in org.jhotdraw8.css.parser that return SelectorGroup