Uses of Class
org.htmlunit.cssparser.parser.selector.Selector.SelectorType
-
Packages that use Selector.SelectorType Package Description org.htmlunit.cssparser.parser.selector 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.SelectorType Modifier and Type Method Description Selector.SelectorType
ChildSelector. getSelectorType()
Selector.SelectorType
DescendantSelector. getSelectorType()
Selector.SelectorType
DirectAdjacentSelector. getSelectorType()
Selector.SelectorType
ElementSelector. getSelectorType()
Selector.SelectorType
GeneralAdjacentSelector. getSelectorType()
Selector.SelectorType
PseudoElementSelector. getSelectorType()
Selector.SelectorType
Selector. getSelectorType()
static Selector.SelectorType
Selector.SelectorType. valueOf(java.lang.String name)
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.
-