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
Methods 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.SelectorType
Returns 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.