Interface Selector
-
- All Superinterfaces:
Locatable
- All Known Subinterfaces:
SimpleSelector
- All Known Implementing Classes:
AbstractSelector
,ChildSelector
,DescendantSelector
,DirectAdjacentSelector
,ElementSelector
,GeneralAdjacentSelector
,PseudoElementSelector
public interface Selector extends Locatable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Selector.SelectorType
SelectorType enum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectorSpecificity
getSelectorSpecificity()
Selector.SelectorType
getSelectorType()
SimpleSelector
getSimpleSelector()
-
Methods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
-
-
-
Method Detail
-
getSelectorType
Selector.SelectorType getSelectorType()
- Returns:
- the associated selector type
-
getSimpleSelector
SimpleSelector getSimpleSelector()
- Returns:
- the simple selector part
-
getSelectorSpecificity
SelectorSpecificity getSelectorSpecificity()
- Returns:
- the selector specificity
-
-