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