Uses of Class
org.jhotdraw8.css.ast.Combinator
Packages that use Combinator
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
-
Uses of Combinator in org.jhotdraw8.css.ast
Subclasses of Combinator in org.jhotdraw8.css.astModifier and TypeClassDescriptionclassAn "adjacent sibling combinator" matches an element if its first selector matches on the adjacent sibling of the element and if its second selector matches the element.classAn "and combinator" matches an element if both its first selector and its second selector match the element.classA "child combinator" matches an element if its first selector matches on the parent of the element and if its second selector matches on the element itself.classA "descendant combinator" matches an element if its first selector matches on an ancestor of the element and if its second selector matches on the element itself.classAn "general sibling combinator" matches an element if its first selector matches the sibling of the element and if its second selector matches the element.