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 classSelector.SelectorTypeSelectorType enum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectorSpecificitygetSelectorSpecificity()Selector.SelectorTypegetSelectorType()SimpleSelectorgetSimpleSelector()-
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
-
-