Uses of Enum Class
org.htmlunit.cssparser.parser.selector.Selector.SelectorType
Packages that use Selector.SelectorType
Package
Description
Package org.htmlunit.cssparser.parser.selector.
-
Uses of Selector.SelectorType in org.htmlunit.cssparser.parser.selector
Methods in org.htmlunit.cssparser.parser.selector that return Selector.SelectorTypeModifier and TypeMethodDescriptionChildSelector.getSelectorType()DescendantSelector.getSelectorType()getSelectorType.DirectAdjacentSelector.getSelectorType()getSelectorType.ElementSelector.getSelectorType()getSelectorType.GeneralAdjacentSelector.getSelectorType()getSelectorType.PseudoElementSelector.getSelectorType()getSelectorType.RelativeSelector.getSelectorType()Selector.getSelectorType()getSelectorType.static Selector.SelectorTypeReturns the enum constant of this class with the specified name.static Selector.SelectorType[]Selector.SelectorType.values()Returns an array containing the constants of this enum class, in the order they are declared.