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.SelectorTypeChildSelector. getSelectorType()Selector.SelectorTypeDescendantSelector. getSelectorType()getSelectorType.Selector.SelectorTypeDirectAdjacentSelector. getSelectorType()getSelectorType.Selector.SelectorTypeElementSelector. getSelectorType()getSelectorType.Selector.SelectorTypeGeneralAdjacentSelector. getSelectorType()getSelectorType.Selector.SelectorTypePseudoElementSelector. getSelectorType()getSelectorType.Selector.SelectorTypeSelector. getSelectorType()getSelectorType.static Selector.SelectorTypeSelector.SelectorType. valueOf(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.
-