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 TypeMethodDescriptionAdjacentSiblingCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.AndCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its first or its second selector matches only on a specific type.ChildCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.DescendantCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.GeneralSiblingCombinator.matchesOnlyOnASpecificType()This selector matches only on a specific type, if its second selector matches only on a specific type.Selector.matchesOnlyOnASpecificType()Returns a qualified name, if this selector only matches on elements with a specific type name.SelectorGroup.matchesOnlyOnASpecificType()This selector matches only on a specific type, if all its selectors match on the same type.TypeSelector.matchesOnlyOnASpecificType()