Uses of Enum
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
Subclasses with type arguments of type Selector.SelectorType in org.htmlunit.cssparser.parser.selectorMethods in org.htmlunit.cssparser.parser.selector that return Selector.SelectorTypeModifier and TypeMethodDescriptionChildSelector.getSelectorType()DescendantSelector.getSelectorType()DirectAdjacentSelector.getSelectorType()ElementSelector.getSelectorType()GeneralAdjacentSelector.getSelectorType()PseudoElementSelector.getSelectorType()Selector.getSelectorType()static Selector.SelectorTypeReturns the enum constant of this type with the specified name.static Selector.SelectorType[]Selector.SelectorType.values()Returns an array containing the constants of this enum type, in the order they are declared.