Uses of Class
org.jhotdraw8.css.ast.TypeSelector
Packages that use TypeSelector
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
-
Uses of TypeSelector in org.jhotdraw8.css.ast
Methods in org.jhotdraw8.css.ast that return TypeSelectorModifier and TypeMethodDescription@Nullable TypeSelectorAdjacentSiblingCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.@Nullable TypeSelectorAndCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its first or its second selector matches only on a specific type.@Nullable TypeSelectorChildCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.@Nullable TypeSelectorDescendantCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.@Nullable TypeSelectorGeneralSiblingCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.@Nullable TypeSelectorSelector.matchesOnlyOnASpecificType()Returns a qualified name, if this selector only matches on elements with a specific type name.@Nullable TypeSelectorSelectorGroup.matchesOnlyOnASpecificType()This selector matches only on a specific type, if all its selectors match on the same type.@Nullable TypeSelectorTypeSelector.matchesOnlyOnASpecificType()