Uses of Class
org.jhotdraw8.css.ast.PseudoClassSelector
Packages that use PseudoClassSelector
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
-
Uses of PseudoClassSelector in org.jhotdraw8.css.ast
Subclasses of PseudoClassSelector in org.jhotdraw8.css.astModifier and TypeClassDescriptionclassA "class selector" matches an element based on the value of its "pseudo class" attribute.classImplements the negation pseudo-class selector.classA "simple class selector" matches an element based on the value of its "pseudo class" attribute.